Html Css Color HEX #FCCFDA Pink Lace

📋 copy color: '#FCCFDA'

red 252 ◦ green 207 ◦ blue 218

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

Shades of Pink Lace #FCCFDA

Tints of Pink Lace #FCCFDA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.58%

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

R = 37.22%
G = 30.58%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCCFDA (or 0xFCCFDA) is known color: Pink Lace. HEX triplet: FC, CF and DA. RGB value is (252,207,218). Sum of RGB (Red+Green+Blue) = 252+207+218=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 207 (81.25% from 255 or 30.58% from 677); Blue value is 218 (85.55% from 255 or 32.20% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFDA is #033025. Grayscale: #DDDDDD. Windows color (decimal): -208934 or 14340092. OLE color: 14340092.

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

Color convert

RGB 252 207 218 -
CMYK 0 0.18 0.13 0.01
HSL 345.33º 0.88% 0.9% -
HSV(B) 345.33º 0.18% 0.99% -
XYZ 75.11 70.38 75.96 -
YUV 221.71 125.91 149.61 -
System Red Green Blue C M Y K H S L
Decimal 252 207 218 0 0.18 0.13 0.01 345.33 0.88 0.9
Hex FC CF DA 0 12 D 1 159 58 5A
Octal 374 317 332 0 22 15 1 531 130 132
Binary 11111100 11001111 11011010 0 10010 1101 1 101011001 1011000 1011010

Color Harmonies of #FCCFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCFDA

Black with #FCCFDA

Text Example


Text Example

White with #FCCFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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