Html Css Color HEX #FDCCE1 Classic Rose

📋 copy color: '#FDCCE1'

red 253 ◦ green 204 ◦ blue 225

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

Shades of Classic Rose #FDCCE1

Tints of Classic Rose #FDCCE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 32.99%

R = 37.1%
G = 29.91%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FDCCE1 (or 0xFDCCE1) is known color: Classic Rose. HEX triplet: FD, CC and E1. RGB value is (253,204,225). Sum of RGB (Red+Green+Blue) = 253+204+225=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 204 (80.08% from 255 or 29.91% from 682); Blue value is 225 (88.28% from 255 or 32.99% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCCE1 is #02331E. Grayscale: #DDDDDD. Windows color (decimal): -144159 or 14798077. OLE color: 14798077.

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

Color convert

RGB 253 204 225 -
CMYK 0 0.19 0.11 0.01
HSL 334.29º 0.92% 0.9% -
HSV(B) 334.29º 0.19% 0.99% -
XYZ 75.69 69.5 80.66 -
YUV 221.05 130.23 150.79 -
System Red Green Blue C M Y K H S L
Decimal 253 204 225 0 0.19 0.11 0.01 334.29 0.92 0.9
Hex FD CC E1 0 13 B 1 14E 5C 5A
Octal 375 314 341 0 23 13 1 516 134 132
Binary 11111101 11001100 11100001 0 10011 1011 1 101001110 1011100 1011010

Color Harmonies of #FDCCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCCE1

Black with #FDCCE1

Text Example


Text Example

White with #FDCCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCCE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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