Html Css Color HEX #F0B1CE Lavender Pink

📋 copy color: '#F0B1CE'

red 240 ◦ green 177 ◦ blue 206

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

Shades of Lavender Pink #F0B1CE

Tints of Lavender Pink #F0B1CE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.41%

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

R = 38.52%
G = 28.41%
B = 33.07%

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

#F0B1CE (or 0xF0B1CE) is known color: Lavender Pink. HEX triplet: F0, B1 and CE. RGB value is (240,177,206). Sum of RGB (Red+Green+Blue) = 240+177+206=623 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.52% from 623); Green value is 177 (69.53% from 255 or 28.41% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B1CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B1CE is #0F4E31. Grayscale: #C7C7C7. Windows color (decimal): -1003058 or 13545968. OLE color: 13545968.

HSL color Cylindrical-coordinate representation of color #F0B1CE: hue angle of 332.38º degrees, saturation: 0.68, 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 #F0B1CE is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 177 206 -
CMYK 0 0.26 0.14 0.06
HSL 332.38º 0.68% 0.82% -
HSV(B) 332.38º 0.26% 0.94% -
XYZ 62.8 54.43 65.59 -
YUV 199.14 131.87 157.14 -
System Red Green Blue C M Y K H S L
Decimal 240 177 206 0 0.26 0.14 0.06 332.38 0.68 0.82
Hex F0 B1 CE 0 1A E 6 14C 44 52
Octal 360 261 316 0 32 16 6 514 104 122
Binary 11110000 10110001 11001110 0 11010 1110 110 101001100 1000100 1010010

Color Harmonies of #F0B1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B1CE

Black with #F0B1CE

Text Example


Text Example

White with #F0B1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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