Html Css Color HEX #FCCADA Pink Lace

📋 copy color: '#FCCADA'

red 252 ◦ green 202 ◦ blue 218

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

Shades of Pink Lace #FCCADA

Tints of Pink Lace #FCCADA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.06%

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

R = 37.5%
G = 30.06%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCCADA (or 0xFCCADA) is known color: Pink Lace. HEX triplet: FC, CA and DA. RGB value is (252,202,218). Sum of RGB (Red+Green+Blue) = 252+202+218=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 202 (79.30% from 255 or 30.06% from 672); Blue value is 218 (85.55% from 255 or 32.44% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCADA is #033525. Grayscale: #DADADA. Windows color (decimal): -210214 or 14338812. OLE color: 14338812.

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

Color convert

RGB 252 202 218 -
CMYK 0 0.20 0.13 0.01
HSL 340.8º 0.89% 0.89% -
HSV(B) 340.8º 0.2% 0.99% -
XYZ 73.92 68 75.56 -
YUV 218.77 127.57 151.7 -
System Red Green Blue C M Y K H S L
Decimal 252 202 218 0 0.20 0.13 0.01 340.8 0.89 0.89
Hex FC CA DA 0 14 D 1 155 59 59
Octal 374 312 332 0 24 15 1 525 131 131
Binary 11111100 11001010 11011010 0 10100 1101 1 101010101 1011001 1011001

Color Harmonies of #FCCADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCADA

Black with #FCCADA

Text Example


Text Example

White with #FCCADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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