Html Css Color HEX #F0B0CE Lavender Pink

📋 copy color: '#F0B0CE'

red 240 ◦ green 176 ◦ blue 206

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

Shades of Lavender Pink #F0B0CE

Tints of Lavender Pink #F0B0CE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.3%

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

R = 38.59%
G = 28.3%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F0B0CE (or 0xF0B0CE) is known color: Lavender Pink. HEX triplet: F0, B0 and CE. RGB value is (240,176,206). Sum of RGB (Red+Green+Blue) = 240+176+206=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 176 (69.14% from 255 or 28.30% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B0CE is #0F4F31. Grayscale: #C6C6C6. Windows color (decimal): -1003314 or 13545712. OLE color: 13545712.

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

Color convert

RGB 240 176 206 -
CMYK 0 0.27 0.14 0.06
HSL 331.88º 0.68% 0.82% -
HSV(B) 331.88º 0.27% 0.94% -
XYZ 62.6 54.03 65.52 -
YUV 198.56 132.2 157.56 -
System Red Green Blue C M Y K H S L
Decimal 240 176 206 0 0.27 0.14 0.06 331.88 0.68 0.82
Hex F0 B0 CE 0 1B E 6 14C 44 52
Octal 360 260 316 0 33 16 6 514 104 122
Binary 11110000 10110000 11001110 0 11011 1110 110 101001100 1000100 1010010

Color Harmonies of #F0B0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B0CE

Black with #F0B0CE

Text Example


Text Example

White with #F0B0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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