Html Css Color HEX #FCCFDD Pink Lace

📋 copy color: '#FCCFDD'

red 252 ◦ green 207 ◦ blue 221

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

Shades of Pink Lace #FCCFDD

Tints of Pink Lace #FCCFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.5%

R = 37.06%
G = 30.44%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCCFDD (or 0xFCCFDD) is known color: Pink Lace. HEX triplet: FC, CF and DD. RGB value is (252,207,221). Sum of RGB (Red+Green+Blue) = 252+207+221=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 207 (81.25% from 255 or 30.44% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFDD is #033022. Grayscale: #DEDEDE. Windows color (decimal): -208931 or 14536700. OLE color: 14536700.

HSL color Cylindrical-coordinate representation of color #FCCFDD: hue angle of 341.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 #FCCFDD is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 207 221 -
CMYK 0 0.18 0.12 0.01
HSL 341.33º 0.88% 0.9% -
HSV(B) 341.33º 0.18% 0.99% -
XYZ 75.51 70.54 78.04 -
YUV 222.05 127.41 149.36 -
System Red Green Blue C M Y K H S L
Decimal 252 207 221 0 0.18 0.12 0.01 341.33 0.88 0.9
Hex FC CF DD 0 12 C 1 155 58 5A
Octal 374 317 335 0 22 14 1 525 130 132
Binary 11111100 11001111 11011101 0 10010 1100 1 101010101 1011000 1011010

Color Harmonies of #FCCFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCFDD

Black with #FCCFDD

Text Example


Text Example

White with #FCCFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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