Html Css Color HEX #F0B2CE Lavender Pink

📋 copy color: '#F0B2CE'

red 240 ◦ green 178 ◦ blue 206

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

Shades of Lavender Pink #F0B2CE

Tints of Lavender Pink #F0B2CE

RGB

 RED value IS 240 (94.14% from 255) = 38.46%

 GREEN value IS 178 (69.92% from 255) = 28.53%

 BLUE value IS 206 (80.86% from 255) = 33.01%

R = 38.46%
G = 28.53%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F0B2CE (or 0xF0B2CE) is known color: Lavender Pink. HEX triplet: F0, B2 and CE. RGB value is (240,178,206). Sum of RGB (Red+Green+Blue) = 240+178+206=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 178 (69.92% from 255 or 28.53% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B2CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B2CE is #0F4D31. Grayscale: #C7C7C7. Windows color (decimal): -1002802 or 13546224. OLE color: 13546224.

HSL color Cylindrical-coordinate representation of color #F0B2CE: hue angle of 332.9º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0B2CE is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 178 206 -
CMYK 0 0.26 0.14 0.06
HSL 332.9º 0.67% 0.82% -
HSV(B) 332.9º 0.26% 0.94% -
XYZ 63 54.82 65.65 -
YUV 199.73 131.54 156.72 -
System Red Green Blue C M Y K H S L
Decimal 240 178 206 0 0.26 0.14 0.06 332.9 0.67 0.82
Hex F0 B2 CE 0 1A E 6 14D 43 52
Octal 360 262 316 0 32 16 6 515 103 122
Binary 11110000 10110010 11001110 0 11010 1110 110 101001101 1000011 1010010

Color Harmonies of #F0B2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B2CE

Black with #F0B2CE

Text Example


Text Example

White with #F0B2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B2CE; }

 p { color: rgb(240,178,206); }

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

background-color css

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

 a { background-color: rgb(240,178,206); }

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

border-color css

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

 span { border-color: rgb(240,178,206); }

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