Html Css Color HEX #F2CCD1 Pink Lace

📋 copy color: '#F2CCD1'

red 242 ◦ green 204 ◦ blue 209

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

Shades of Pink Lace #F2CCD1

Tints of Pink Lace #F2CCD1

RGB

 RED value IS 242 (94.92% from 255) = 36.95%

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

 BLUE value IS 209 (82.03% from 255) = 31.91%

R = 36.95%
G = 31.15%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F2CCD1 (or 0xF2CCD1) is known color: Pink Lace. HEX triplet: F2, CC and D1. RGB value is (242,204,209). Sum of RGB (Red+Green+Blue) = 242+204+209=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 209 (82.03% from 255 or 31.91% from 655); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCD1 is #0D332E. Grayscale: #D7D7D7. Windows color (decimal): -865071 or 13749490. OLE color: 13749490.

HSL color Cylindrical-coordinate representation of color #F2CCD1: hue angle of 352.11º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2CCD1 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 204 209 -
CMYK 0 0.16 0.14 0.05
HSL 352.11º 0.59% 0.87% -
HSV(B) 352.11º 0.16% 0.95% -
XYZ 69.72 66.67 69.51 -
YUV 215.93 124.09 146.59 -
System Red Green Blue C M Y K H S L
Decimal 242 204 209 0 0.16 0.14 0.05 352.11 0.59 0.87
Hex F2 CC D1 0 10 E 5 160 3B 57
Octal 362 314 321 0 20 16 5 540 73 127
Binary 11110010 11001100 11010001 0 10000 1110 101 101100000 111011 1010111

Color Harmonies of #F2CCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CCD1

Black with #F2CCD1

Text Example


Text Example

White with #F2CCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CCD1; }

 p { color: rgb(242,204,209); }

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

background-color css

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

 a { background-color: rgb(242,204,209); }

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

border-color css

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

 span { border-color: rgb(242,204,209); }

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