Html Css Color HEX #F2CCD8 Pink Lace

📋 copy color: '#F2CCD8'

red 242 ◦ green 204 ◦ blue 216

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

Shades of Pink Lace #F2CCD8

Tints of Pink Lace #F2CCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 32.63%

R = 36.56%
G = 30.82%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F2CCD8 (or 0xF2CCD8) is known color: Pink Lace. HEX triplet: F2, CC and D8. RGB value is (242,204,216). Sum of RGB (Red+Green+Blue) = 242+204+216=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 216 (84.77% from 255 or 32.63% from 662); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCD8 is #0D3327. Grayscale: #D8D8D8. Windows color (decimal): -865064 or 14208242. OLE color: 14208242.

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

Color convert

RGB 242 204 216 -
CMYK 0 0.16 0.11 0.05
HSL 341.05º 0.59% 0.87% -
HSV(B) 341.05º 0.16% 0.95% -
XYZ 70.61 67.02 74.18 -
YUV 216.73 127.59 146.02 -
System Red Green Blue C M Y K H S L
Decimal 242 204 216 0 0.16 0.11 0.05 341.05 0.59 0.87
Hex F2 CC D8 0 10 B 5 155 3B 57
Octal 362 314 330 0 20 13 5 525 73 127
Binary 11110010 11001100 11011000 0 10000 1011 101 101010101 111011 1010111

Color Harmonies of #F2CCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CCD8

Black with #F2CCD8

Text Example


Text Example

White with #F2CCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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