Html Css Color HEX #F4B2CE Lavender Pink

📋 copy color: '#F4B2CE'

red 244 ◦ green 178 ◦ blue 206

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

Shades of Lavender Pink #F4B2CE

Tints of Lavender Pink #F4B2CE

RGB

 RED value IS 244 (95.7% from 255) = 38.85%

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

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

R = 38.85%
G = 28.34%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F4B2CE (or 0xF4B2CE) is known color: Lavender Pink. HEX triplet: F4, B2 and CE. RGB value is (244,178,206). Sum of RGB (Red+Green+Blue) = 244+178+206=628 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.85% from 628); Green value is 178 (69.92% from 255 or 28.34% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B2CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4B2CE is #0B4D31. Grayscale: #C8C8C8. Windows color (decimal): -740658 or 13546228. OLE color: 13546228.

HSL color Cylindrical-coordinate representation of color #F4B2CE: hue angle of 334.55º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F4B2CE is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 178 206 -
CMYK 0 0.27 0.16 0.04
HSL 334.55º 0.75% 0.83% -
HSV(B) 334.55º 0.27% 0.96% -
XYZ 64.37 55.53 65.72 -
YUV 200.93 130.87 158.72 -
System Red Green Blue C M Y K H S L
Decimal 244 178 206 0 0.27 0.16 0.04 334.55 0.75 0.83
Hex F4 B2 CE 0 1B 10 4 14F 4B 53
Octal 364 262 316 0 33 20 4 517 113 123
Binary 11110100 10110010 11001110 0 11011 10000 100 101001111 1001011 1010011

Color Harmonies of #F4B2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B2CE

Black with #F4B2CE

Text Example


Text Example

White with #F4B2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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