Html Css Color HEX #FCCDDA Pink Lace

📋 copy color: '#FCCDDA'

red 252 ◦ green 205 ◦ blue 218

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

Shades of Pink Lace #FCCDDA

Tints of Pink Lace #FCCDDA

RGB

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

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

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

R = 37.33%
G = 30.37%
B = 32.3%

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

#FCCDDA (or 0xFCCDDA) is known color: Pink Lace. HEX triplet: FC, CD and DA. RGB value is (252,205,218). Sum of RGB (Red+Green+Blue) = 252+205+218=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 205 (80.47% from 255 or 30.37% from 675); Blue value is 218 (85.55% from 255 or 32.30% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDDA is #033225. Grayscale: #DCDCDC. Windows color (decimal): -209446 or 14339580. OLE color: 14339580.

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

Color convert

RGB 252 205 218 -
CMYK 0 0.19 0.13 0.01
HSL 343.4º 0.89% 0.9% -
HSV(B) 343.4º 0.19% 0.99% -
XYZ 74.63 69.42 75.8 -
YUV 220.54 126.57 150.44 -
System Red Green Blue C M Y K H S L
Decimal 252 205 218 0 0.19 0.13 0.01 343.4 0.89 0.9
Hex FC CD DA 0 13 D 1 157 59 5A
Octal 374 315 332 0 23 15 1 527 131 132
Binary 11111100 11001101 11011010 0 10011 1101 1 101010111 1011001 1011010

Color Harmonies of #FCCDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCDDA

Black with #FCCDDA

Text Example


Text Example

White with #FCCDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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