Html Css Color HEX #F4B1CC Lavender Pink

📋 copy color: '#F4B1CC'

red 244 ◦ green 177 ◦ blue 204

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

Shades of Lavender Pink #F4B1CC

Tints of Lavender Pink #F4B1CC

RGB

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

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

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

R = 39.04%
G = 28.32%
B = 32.64%

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

#F4B1CC (or 0xF4B1CC) is known color: Lavender Pink. HEX triplet: F4, B1 and CC. RGB value is (244,177,204). Sum of RGB (Red+Green+Blue) = 244+177+204=625 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.04% from 625); Green value is 177 (69.53% from 255 or 28.32% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B1CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4B1CC is #0B4E33. Grayscale: #C8C8C8. Windows color (decimal): -740916 or 13414900. OLE color: 13414900.

HSL color Cylindrical-coordinate representation of color #F4B1CC: hue angle of 335.82º 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 #F4B1CC is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 177 204 -
CMYK 0 0.27 0.16 0.04
HSL 335.82º 0.75% 0.83% -
HSV(B) 335.82º 0.27% 0.96% -
XYZ 63.93 55.04 64.38 -
YUV 200.11 130.2 159.3 -
System Red Green Blue C M Y K H S L
Decimal 244 177 204 0 0.27 0.16 0.04 335.82 0.75 0.83
Hex F4 B1 CC 0 1B 10 4 150 4B 53
Octal 364 261 314 0 33 20 4 520 113 123
Binary 11110100 10110001 11001100 0 11011 10000 100 101010000 1001011 1010011

Color Harmonies of #F4B1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B1CC

Black with #F4B1CC

Text Example


Text Example

White with #F4B1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B1CC; }

 p { color: rgb(244,177,204); }

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

background-color css

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

 a { background-color: rgb(244,177,204); }

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

border-color css

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

 span { border-color: rgb(244,177,204); }

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