Html Css Color HEX #FCC4DA Classic Rose

📋 copy color: '#FCC4DA'

red 252 ◦ green 196 ◦ blue 218

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

Shades of Classic Rose #FCC4DA

Tints of Classic Rose #FCC4DA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.43%

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

R = 37.84%
G = 29.43%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCC4DA (or 0xFCC4DA) is known color: Classic Rose. HEX triplet: FC, C4 and DA. RGB value is (252,196,218). Sum of RGB (Red+Green+Blue) = 252+196+218=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 196 (76.95% from 255 or 29.43% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4DA is #033B25. Grayscale: #D7D7D7. Windows color (decimal): -211750 or 14337276. OLE color: 14337276.

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

Color convert

RGB 252 196 218 -
CMYK 0 0.22 0.13 0.01
HSL 336.43º 0.9% 0.88% -
HSV(B) 336.43º 0.22% 0.99% -
XYZ 72.54 65.24 75.1 -
YUV 215.25 129.55 154.21 -
System Red Green Blue C M Y K H S L
Decimal 252 196 218 0 0.22 0.13 0.01 336.43 0.9 0.88
Hex FC C4 DA 0 16 D 1 150 5A 58
Octal 374 304 332 0 26 15 1 520 132 130
Binary 11111100 11000100 11011010 0 10110 1101 1 101010000 1011010 1011000

Color Harmonies of #FCC4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC4DA

Black with #FCC4DA

Text Example


Text Example

White with #FCC4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC4DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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