Html Css Color HEX #FFF0F6 Lavender Blush

📋 copy color: '#FFF0F6'

red 255 ◦ green 240 ◦ blue 246

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

Shades of Lavender Blush #FFF0F6

Tints of Lavender Blush #FFF0F6

RGB

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

 GREEN value IS 240 (94.14% from 255) = 32.39%

 BLUE value IS 246 (96.48% from 255) = 33.2%

R = 34.41%
G = 32.39%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FFF0F6 (or 0xFFF0F6) is known color: Lavender Blush. HEX triplet: FF, F0 and F6. RGB value is (255,240,246). Sum of RGB (Red+Green+Blue) = 255+240+246=741 (98% of max value = 765). Red value is 255 (100% from 255 or 34.41% from 741); Green value is 240 (94.14% from 255 or 32.39% from 741); Blue value is 246 (96.48% from 255 or 33.20% from 741); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF0F6 is #000F09. Grayscale: #F5F5F5. Windows color (decimal): -3850 or 16183551. OLE color: 16183551.

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

Color convert

RGB 255 240 246 -
CMYK 0 0.06 0.04 0
HSL 336º 1% 0.97% -
HSV(B) 336º 0.06% 1% -
XYZ 89.03 90.23 99.91 -
YUV 245.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 255 240 246 0 0.06 0.04 0 336 1 0.97
Hex FF F0 F6 0 6 4 0 150 64 61
Octal 377 360 366 0 6 4 0 520 144 141
Binary 11111111 11110000 11110110 0 110 100 0 101010000 1100100 1100001

Color Harmonies of #FFF0F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF0F6

Black with #FFF0F6

Text Example


Text Example

White with #FFF0F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF0F6; }

 p { color: rgb(255,240,246); }

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

background-color css

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

 a { background-color: rgb(255,240,246); }

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

border-color css

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

 span { border-color: rgb(255,240,246); }

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