Html Css Color HEX #FCC3D8 Classic Rose

📋 copy color: '#FCC3D8'

red 252 ◦ green 195 ◦ blue 216

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

Shades of Classic Rose #FCC3D8

Tints of Classic Rose #FCC3D8

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.41%

 BLUE value IS 216 (84.77% from 255) = 32.58%

R = 38.01%
G = 29.41%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FCC3D8 (or 0xFCC3D8) is known color: Classic Rose. HEX triplet: FC, C3 and D8. RGB value is (252,195,216). Sum of RGB (Red+Green+Blue) = 252+195+216=663 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.01% from 663); Green value is 195 (76.56% from 255 or 29.41% from 663); Blue value is 216 (84.77% from 255 or 32.58% from 663); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC3D8 is #033C27. Grayscale: #D6D6D6. Windows color (decimal): -212008 or 14205948. OLE color: 14205948.

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

Color convert

RGB 252 195 216 -
CMYK 0 0.23 0.14 0.01
HSL 337.89º 0.9% 0.88% -
HSV(B) 337.89º 0.23% 0.99% -
XYZ 72.05 64.68 73.65 -
YUV 214.44 128.88 154.79 -
System Red Green Blue C M Y K H S L
Decimal 252 195 216 0 0.23 0.14 0.01 337.89 0.9 0.88
Hex FC C3 D8 0 17 E 1 152 5A 58
Octal 374 303 330 0 27 16 1 522 132 130
Binary 11111100 11000011 11011000 0 10111 1110 1 101010010 1011010 1011000

Color Harmonies of #FCC3D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC3D8

Black with #FCC3D8

Text Example


Text Example

White with #FCC3D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC3D8; }

 p { color: rgb(252,195,216); }

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

background-color css

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

 a { background-color: rgb(252,195,216); }

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

border-color css

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

 span { border-color: rgb(252,195,216); }

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