Html Css Color HEX #F0B2CC Lavender Pink

📋 copy color: '#F0B2CC'

red 240 ◦ green 178 ◦ blue 204

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

Shades of Lavender Pink #F0B2CC

Tints of Lavender Pink #F0B2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.8%

R = 38.59%
G = 28.62%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0B2CC (or 0xF0B2CC) is known color: Lavender Pink. HEX triplet: F0, B2 and CC. RGB value is (240,178,204). Sum of RGB (Red+Green+Blue) = 240+178+204=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 178 (69.92% from 255 or 28.62% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B2CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B2CC is #0F4D33. Grayscale: #C7C7C7. Windows color (decimal): -1002804 or 13415152. OLE color: 13415152.

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

Color convert

RGB 240 178 204 -
CMYK 0 0.26 0.15 0.06
HSL 334.84º 0.67% 0.82% -
HSV(B) 334.84º 0.26% 0.94% -
XYZ 62.75 54.73 64.38 -
YUV 199.5 130.54 156.89 -
System Red Green Blue C M Y K H S L
Decimal 240 178 204 0 0.26 0.15 0.06 334.84 0.67 0.82
Hex F0 B2 CC 0 1A F 6 14F 43 52
Octal 360 262 314 0 32 17 6 517 103 122
Binary 11110000 10110010 11001100 0 11010 1111 110 101001111 1000011 1010010

Color Harmonies of #F0B2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B2CC

Black with #F0B2CC

Text Example


Text Example

White with #F0B2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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