Html Css Color HEX #F4CAD2 Pink Lace

📋 copy color: '#F4CAD2'

red 244 ◦ green 202 ◦ blue 210

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

Shades of Pink Lace #F4CAD2

Tints of Pink Lace #F4CAD2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.79%

 BLUE value IS 210 (82.42% from 255) = 32.01%

R = 37.2%
G = 30.79%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F4CAD2 (or 0xF4CAD2) is known color: Pink Lace. HEX triplet: F4, CA and D2. RGB value is (244,202,210). Sum of RGB (Red+Green+Blue) = 244+202+210=656 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.20% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 210 (82.42% from 255 or 32.01% from 656); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CAD2 is #0B352D. Grayscale: #D7D7D7. Windows color (decimal): -734510 or 13814516. OLE color: 13814516.

HSL color Cylindrical-coordinate representation of color #F4CAD2: hue angle of 348.57º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F4CAD2 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 202 210 -
CMYK 0 0.17 0.14 0.04
HSL 348.57º 0.66% 0.87% -
HSV(B) 348.57º 0.17% 0.96% -
XYZ 70.06 66.13 70.04 -
YUV 215.47 124.91 148.35 -
System Red Green Blue C M Y K H S L
Decimal 244 202 210 0 0.17 0.14 0.04 348.57 0.66 0.87
Hex F4 CA D2 0 11 E 4 15D 42 57
Octal 364 312 322 0 21 16 4 535 102 127
Binary 11110100 11001010 11010010 0 10001 1110 100 101011101 1000010 1010111

Color Harmonies of #F4CAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4CAD2

Black with #F4CAD2

Text Example


Text Example

White with #F4CAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4CAD2; }

 p { color: rgb(244,202,210); }

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

background-color css

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

 a { background-color: rgb(244,202,210); }

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

border-color css

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

 span { border-color: rgb(244,202,210); }

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