Html Css Color HEX #FFF2F9 Lavender Blush

📋 copy color: '#FFF2F9'

red 255 ◦ green 242 ◦ blue 249

#FFF2F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Blush #FFF2F9

Tints of Lavender Blush #FFF2F9

RGB

 RED value IS 255 (100% from 255) = 34.18%

 GREEN value IS 242 (94.92% from 255) = 32.44%

 BLUE value IS 249 (97.66% from 255) = 33.38%

R = 34.18%
G = 32.44%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FFF2F9 (or 0xFFF2F9) is known color: Lavender Blush. HEX triplet: FF, F2 and F9. RGB value is (255,242,249). Sum of RGB (Red+Green+Blue) = 255+242+249=746 (98% of max value = 765). Red value is 255 (100% from 255 or 34.18% from 746); Green value is 242 (94.92% from 255 or 32.44% from 746); Blue value is 249 (97.66% from 255 or 33.38% from 746); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF2F9 is #000D06. Grayscale: #F6F6F6. Windows color (decimal): -3335 or 16380671. OLE color: 16380671.

HSL color Cylindrical-coordinate representation of color #FFF2F9: hue angle of 327.69º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FFF2F9 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 255 242 249 -
CMYK 0 0.05 0.02 0
HSL 327.69º 1% 0.97% -
HSV(B) 327.69º 0.05% 1% -
XYZ 90.09 91.6 102.56 -
YUV 246.69 129.31 133.93 -
System Red Green Blue C M Y K H S L
Decimal 255 242 249 0 0.05 0.02 0 327.69 1 0.97
Hex FF F2 F9 0 5 2 0 148 64 61
Octal 377 362 371 0 5 2 0 510 144 141
Binary 11111111 11110010 11111001 0 101 10 0 101001000 1100100 1100001

Color Harmonies of #FFF2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF2F9

Black with #FFF2F9

Text Example


Text Example

White with #FFF2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF2F9; }

 p { color: rgb(255,242,249); }

 H1.HeaderClassName
 {
   color: #FFF2F9;
 }
 .AnyTagClassName
 {
   color: #FFF2F9;
 }
</style>

background-color css

<style>
 a { background-color: #FFF2F9; }

 a { background-color: rgb(255,242,249); }

 div.DivClassName
 {
   background-color: #FFF2F9;
 }
 .BgClassName
 {
   background-color: #FFF2F9;
 }
</style>

border-color css

<style>
 span { border-color: #FFF2F9; }

 span { border-color: rgb(255,242,249); }

 td.TdClassName
 {
   border-color: #FFF2F9;
 }
 .TagClassName
 {
   border-color: #FFF2F9;
 }
</style>