Html Css Color HEX #FCCDD4 Pink Lace

📋 copy color: '#FCCDD4'

red 252 ◦ green 205 ◦ blue 212

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

Shades of Pink Lace #FCCDD4

Tints of Pink Lace #FCCDD4

RGB

 RED value IS 252 (98.83% from 255) = 37.67%

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

 BLUE value IS 212 (83.2% from 255) = 31.69%

R = 37.67%
G = 30.64%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FCCDD4 (or 0xFCCDD4) is known color: Pink Lace. HEX triplet: FC, CD and D4. RGB value is (252,205,212). Sum of RGB (Red+Green+Blue) = 252+205+212=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 205 (80.47% from 255 or 30.64% from 669); Blue value is 212 (83.20% from 255 or 31.69% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDD4 is #03322B. Grayscale: #DBDBDB. Windows color (decimal): -209452 or 13946364. OLE color: 13946364.

HSL color Cylindrical-coordinate representation of color #FCCDD4: hue angle of 351.06º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCDD4 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 205 212 -
CMYK 0 0.19 0.16 0.01
HSL 351.06º 0.89% 0.9% -
HSV(B) 351.06º 0.19% 0.99% -
XYZ 73.86 69.11 71.73 -
YUV 219.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 252 205 212 0 0.19 0.16 0.01 351.06 0.89 0.9
Hex FC CD D4 0 13 10 1 15F 59 5A
Octal 374 315 324 0 23 20 1 537 131 132
Binary 11111100 11001101 11010100 0 10011 10000 1 101011111 1011001 1011010

Color Harmonies of #FCCDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCDD4

Black with #FCCDD4

Text Example


Text Example

White with #FCCDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCDD4; }

 p { color: rgb(252,205,212); }

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

background-color css

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

 a { background-color: rgb(252,205,212); }

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

border-color css

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

 span { border-color: rgb(252,205,212); }

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