Html Css Color HEX #FCCCDB Pink Lace

📋 copy color: '#FCCCDB'

red 252 ◦ green 204 ◦ blue 219

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

Shades of Pink Lace #FCCCDB

Tints of Pink Lace #FCCCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 32.44%

R = 37.33%
G = 30.22%
B = 32.44%

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

#FCCCDB (or 0xFCCCDB) is known color: Pink Lace. HEX triplet: FC, CC and DB. RGB value is (252,204,219). Sum of RGB (Red+Green+Blue) = 252+204+219=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 204 (80.08% from 255 or 30.22% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCDB is #033324. Grayscale: #DCDCDC. Windows color (decimal): -209701 or 14404860. OLE color: 14404860.

HSL color Cylindrical-coordinate representation of color #FCCCDB: hue angle of 341.25º 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 #FCCCDB is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 204 219 -
CMYK 0 0.19 0.13 0.01
HSL 341.25º 0.89% 0.89% -
HSV(B) 341.25º 0.19% 0.99% -
XYZ 74.52 69 76.41 -
YUV 220.06 127.4 150.78 -
System Red Green Blue C M Y K H S L
Decimal 252 204 219 0 0.19 0.13 0.01 341.25 0.89 0.89
Hex FC CC DB 0 13 D 1 155 59 59
Octal 374 314 333 0 23 15 1 525 131 131
Binary 11111100 11001100 11011011 0 10011 1101 1 101010101 1011001 1011001

Color Harmonies of #FCCCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCCDB

Black with #FCCCDB

Text Example


Text Example

White with #FCCCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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