Html Css Color HEX #F4CCD2 Pink Lace

📋 copy color: '#F4CCD2'

red 244 ◦ green 204 ◦ blue 210

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

Shades of Pink Lace #F4CCD2

Tints of Pink Lace #F4CCD2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31%

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

R = 37.08%
G = 31%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F4CCD2 (or 0xF4CCD2) is known color: Pink Lace. HEX triplet: F4, CC and D2. RGB value is (244,204,210). Sum of RGB (Red+Green+Blue) = 244+204+210=658 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.08% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 210 (82.42% from 255 or 31.91% from 658); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CCD2 is #0B332D. Grayscale: #D8D8D8. Windows color (decimal): -733998 or 13815028. OLE color: 13815028.

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

Color convert

RGB 244 204 210 -
CMYK 0 0.16 0.14 0.04
HSL 351º 0.65% 0.88% -
HSV(B) 351º 0.16% 0.96% -
XYZ 70.53 67.07 70.2 -
YUV 216.64 124.25 147.51 -
System Red Green Blue C M Y K H S L
Decimal 244 204 210 0 0.16 0.14 0.04 351 0.65 0.88
Hex F4 CC D2 0 10 E 4 15F 41 58
Octal 364 314 322 0 20 16 4 537 101 130
Binary 11110100 11001100 11010010 0 10000 1110 100 101011111 1000001 1011000

Color Harmonies of #F4CCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4CCD2

Black with #F4CCD2

Text Example


Text Example

White with #F4CCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4CCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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