Html Css Color HEX #FDCCE3 Classic Rose

📋 copy color: '#FDCCE3'

red 253 ◦ green 204 ◦ blue 227

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

Shades of Classic Rose #FDCCE3

Tints of Classic Rose #FDCCE3

RGB

 RED value IS 253 (99.22% from 255) = 36.99%

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

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

R = 36.99%
G = 29.82%
B = 33.19%

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

#FDCCE3 (or 0xFDCCE3) is known color: Classic Rose. HEX triplet: FD, CC and E3. RGB value is (253,204,227). Sum of RGB (Red+Green+Blue) = 253+204+227=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 204 (80.08% from 255 or 29.82% from 684); Blue value is 227 (89.06% from 255 or 33.19% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCCE3 is #02331C. Grayscale: #DDDDDD. Windows color (decimal): -144157 or 14929149. OLE color: 14929149.

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

Color convert

RGB 253 204 227 -
CMYK 0 0.19 0.10 0.01
HSL 331.84º 0.92% 0.9% -
HSV(B) 331.84º 0.19% 0.99% -
XYZ 75.97 69.61 82.11 -
YUV 221.27 131.23 150.63 -
System Red Green Blue C M Y K H S L
Decimal 253 204 227 0 0.19 0.10 0.01 331.84 0.92 0.9
Hex FD CC E3 0 13 A 1 14C 5C 5A
Octal 375 314 343 0 23 12 1 514 134 132
Binary 11111101 11001100 11100011 0 10011 1010 1 101001100 1011100 1011010

Color Harmonies of #FDCCE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCCE3

Black with #FDCCE3

Text Example


Text Example

White with #FDCCE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCCE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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