Html Css Color HEX #F2CDD9 Pink Lace

📋 copy color: '#F2CDD9'

red 242 ◦ green 205 ◦ blue 217

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

Shades of Pink Lace #F2CDD9

Tints of Pink Lace #F2CDD9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.87%

 BLUE value IS 217 (85.16% from 255) = 32.68%

R = 36.45%
G = 30.87%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F2CDD9 (or 0xF2CDD9) is known color: Pink Lace. HEX triplet: F2, CD and D9. RGB value is (242,205,217). Sum of RGB (Red+Green+Blue) = 242+205+217=664 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.45% from 664); Green value is 205 (80.47% from 255 or 30.87% from 664); Blue value is 217 (85.16% from 255 or 32.68% from 664); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CDD9 is #0D3226. Grayscale: #D9D9D9. Windows color (decimal): -864807 or 14274034. OLE color: 14274034.

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

Color convert

RGB 242 205 217 -
CMYK 0 0.15 0.10 0.05
HSL 340.54º 0.59% 0.88% -
HSV(B) 340.54º 0.15% 0.95% -
XYZ 70.97 67.55 74.94 -
YUV 217.43 127.76 145.52 -
System Red Green Blue C M Y K H S L
Decimal 242 205 217 0 0.15 0.10 0.05 340.54 0.59 0.88
Hex F2 CD D9 0 F A 5 155 3B 58
Octal 362 315 331 0 17 12 5 525 73 130
Binary 11110010 11001101 11011001 0 1111 1010 101 101010101 111011 1011000

Color Harmonies of #F2CDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CDD9

Black with #F2CDD9

Text Example


Text Example

White with #F2CDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CDD9; }

 p { color: rgb(242,205,217); }

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

background-color css

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

 a { background-color: rgb(242,205,217); }

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

border-color css

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

 span { border-color: rgb(242,205,217); }

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