Html Css Color HEX #FCCADC Classic Rose

📋 copy color: '#FCCADC'

red 252 ◦ green 202 ◦ blue 220

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

Shades of Classic Rose #FCCADC

Tints of Classic Rose #FCCADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.64%

R = 37.39%
G = 29.97%
B = 32.64%

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

#FCCADC (or 0xFCCADC) is known color: Classic Rose. HEX triplet: FC, CA and DC. RGB value is (252,202,220). Sum of RGB (Red+Green+Blue) = 252+202+220=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 202 (79.30% from 255 or 29.97% from 674); Blue value is 220 (86.33% from 255 or 32.64% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCADC is #033523. Grayscale: #DADADA. Windows color (decimal): -210212 or 14469884. OLE color: 14469884.

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

Color convert

RGB 252 202 220 -
CMYK 0 0.20 0.13 0.01
HSL 338.4º 0.89% 0.89% -
HSV(B) 338.4º 0.2% 0.99% -
XYZ 74.18 68.1 76.95 -
YUV 219 128.57 151.54 -
System Red Green Blue C M Y K H S L
Decimal 252 202 220 0 0.20 0.13 0.01 338.4 0.89 0.89
Hex FC CA DC 0 14 D 1 152 59 59
Octal 374 312 334 0 24 15 1 522 131 131
Binary 11111100 11001010 11011100 0 10100 1101 1 101010010 1011001 1011001

Color Harmonies of #FCCADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCADC

Black with #FCCADC

Text Example


Text Example

White with #FCCADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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