Html Css Color HEX #FCCCE3 Classic Rose

📋 copy color: '#FCCCE3'

red 252 ◦ green 204 ◦ blue 227

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

Shades of Classic Rose #FCCCE3

Tints of Classic Rose #FCCCE3

RGB

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

 GREEN value IS 204 (80.08% from 255) = 29.87%

 BLUE value IS 227 (89.06% from 255) = 33.24%

R = 36.9%
G = 29.87%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FCCCE3 (or 0xFCCCE3) is known color: Classic Rose. HEX triplet: FC, CC and E3. RGB value is (252,204,227). Sum of RGB (Red+Green+Blue) = 252+204+227=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 204 (80.08% from 255 or 29.87% from 683); Blue value is 227 (89.06% from 255 or 33.24% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCE3 is #03331C. Grayscale: #DCDCDC. Windows color (decimal): -209693 or 14929148. OLE color: 14929148.

HSL color Cylindrical-coordinate representation of color #FCCCE3: hue angle of 331.25º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCCE3 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 204 227 -
CMYK 0 0.19 0.10 0.01
HSL 331.25º 0.89% 0.89% -
HSV(B) 331.25º 0.19% 0.99% -
XYZ 75.6 69.43 82.09 -
YUV 220.97 131.4 150.13 -
System Red Green Blue C M Y K H S L
Decimal 252 204 227 0 0.19 0.10 0.01 331.25 0.89 0.89
Hex FC CC E3 0 13 A 1 14B 59 59
Octal 374 314 343 0 23 12 1 513 131 131
Binary 11111100 11001100 11100011 0 10011 1010 1 101001011 1011001 1011001

Color Harmonies of #FCCCE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCCE3

Black with #FCCCE3

Text Example


Text Example

White with #FCCCE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCCE3; }

 p { color: rgb(252,204,227); }

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

background-color css

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

 a { background-color: rgb(252,204,227); }

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

border-color css

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

 span { border-color: rgb(252,204,227); }

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