Html Css Color HEX #FCCCDA Pink Lace

📋 copy color: '#FCCCDA'

red 252 ◦ green 204 ◦ blue 218

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

Shades of Pink Lace #FCCCDA

Tints of Pink Lace #FCCCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 32.34%

R = 37.39%
G = 30.27%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCCCDA (or 0xFCCCDA) is known color: Pink Lace. HEX triplet: FC, CC and DA. RGB value is (252,204,218). Sum of RGB (Red+Green+Blue) = 252+204+218=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 204 (80.08% from 255 or 30.27% from 674); Blue value is 218 (85.55% from 255 or 32.34% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCDA is #033325. Grayscale: #DBDBDB. Windows color (decimal): -209702 or 14339324. OLE color: 14339324.

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

Color convert

RGB 252 204 218 -
CMYK 0 0.19 0.13 0.01
HSL 342.5º 0.89% 0.89% -
HSV(B) 342.5º 0.19% 0.99% -
XYZ 74.39 68.94 75.72 -
YUV 219.95 126.9 150.86 -
System Red Green Blue C M Y K H S L
Decimal 252 204 218 0 0.19 0.13 0.01 342.5 0.89 0.89
Hex FC CC DA 0 13 D 1 156 59 59
Octal 374 314 332 0 23 15 1 526 131 131
Binary 11111100 11001100 11011010 0 10011 1101 1 101010110 1011001 1011001

Color Harmonies of #FCCCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCCDA

Black with #FCCCDA

Text Example


Text Example

White with #FCCCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCCDA; }

 p { color: rgb(252,204,218); }

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

background-color css

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

 a { background-color: rgb(252,204,218); }

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

border-color css

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

 span { border-color: rgb(252,204,218); }

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