Html Css Color HEX #FCC3E4 Classic Rose

📋 copy color: '#FCC3E4'

red 252 ◦ green 195 ◦ blue 228

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

Shades of Classic Rose #FCC3E4

Tints of Classic Rose #FCC3E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 33.78%

R = 37.33%
G = 28.89%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FCC3E4 (or 0xFCC3E4) is known color: Classic Rose. HEX triplet: FC, C3 and E4. RGB value is (252,195,228). Sum of RGB (Red+Green+Blue) = 252+195+228=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 195 (76.56% from 255 or 28.89% from 675); Blue value is 228 (89.45% from 255 or 33.78% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC3E4 is #033C1B. Grayscale: #D7D7D7. Windows color (decimal): -211996 or 14992380. OLE color: 14992380.

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

Color convert

RGB 252 195 228 -
CMYK 0 0.23 0.10 0.01
HSL 325.26º 0.9% 0.88% -
HSV(B) 325.26º 0.23% 0.99% -
XYZ 73.66 65.33 82.13 -
YUV 215.81 134.88 153.82 -
System Red Green Blue C M Y K H S L
Decimal 252 195 228 0 0.23 0.10 0.01 325.26 0.9 0.88
Hex FC C3 E4 0 17 A 1 145 5A 58
Octal 374 303 344 0 27 12 1 505 132 130
Binary 11111100 11000011 11100100 0 10111 1010 1 101000101 1011010 1011000

Color Harmonies of #FCC3E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC3E4

Black with #FCC3E4

Text Example


Text Example

White with #FCC3E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC3E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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