Html Css Color HEX #FCCADD Classic Rose

📋 copy color: '#FCCADD'

red 252 ◦ green 202 ◦ blue 221

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

Shades of Classic Rose #FCCADD

Tints of Classic Rose #FCCADD

RGB

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

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

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

R = 37.33%
G = 29.93%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCCADD (or 0xFCCADD) is known color: Classic Rose. HEX triplet: FC, CA and DD. RGB value is (252,202,221). Sum of RGB (Red+Green+Blue) = 252+202+221=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 202 (79.30% from 255 or 29.93% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCADD is #033522. Grayscale: #DBDBDB. Windows color (decimal): -210211 or 14535420. OLE color: 14535420.

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

Color convert

RGB 252 202 221 -
CMYK 0 0.20 0.12 0.01
HSL 337.2º 0.89% 0.89% -
HSV(B) 337.2º 0.2% 0.99% -
XYZ 74.32 68.16 77.65 -
YUV 219.12 129.07 151.46 -
System Red Green Blue C M Y K H S L
Decimal 252 202 221 0 0.20 0.12 0.01 337.2 0.89 0.89
Hex FC CA DD 0 14 C 1 151 59 59
Octal 374 312 335 0 24 14 1 521 131 131
Binary 11111100 11001010 11011101 0 10100 1100 1 101010001 1011001 1011001

Color Harmonies of #FCCADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCADD

Black with #FCCADD

Text Example


Text Example

White with #FCCADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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