Html Css Color HEX #FDCCE5 Classic Rose

📋 copy color: '#FDCCE5'

red 253 ◦ green 204 ◦ blue 229

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

Shades of Classic Rose #FDCCE5

Tints of Classic Rose #FDCCE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 33.38%

R = 36.88%
G = 29.74%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDCCE5 (or 0xFDCCE5) is known color: Classic Rose. HEX triplet: FD, CC and E5. RGB value is (253,204,229). Sum of RGB (Red+Green+Blue) = 253+204+229=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 204 (80.08% from 255 or 29.74% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCCE5 is #02331A. Grayscale: #DDDDDD. Windows color (decimal): -144155 or 15060221. OLE color: 15060221.

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

Color convert

RGB 253 204 229 -
CMYK 0 0.19 0.09 0.01
HSL 329.39º 0.92% 0.9% -
HSV(B) 329.39º 0.19% 0.99% -
XYZ 76.24 69.73 83.57 -
YUV 221.5 132.23 150.47 -
System Red Green Blue C M Y K H S L
Decimal 253 204 229 0 0.19 0.09 0.01 329.39 0.92 0.9
Hex FD CC E5 0 13 9 1 149 5C 5A
Octal 375 314 345 0 23 11 1 511 134 132
Binary 11111101 11001100 11100101 0 10011 1001 1 101001001 1011100 1011010

Color Harmonies of #FDCCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCCE5

Black with #FDCCE5

Text Example


Text Example

White with #FDCCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCCE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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