Html Css Color HEX #FDCCE2 Classic Rose

📋 copy color: '#FDCCE2'

red 253 ◦ green 204 ◦ blue 226

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

Shades of Classic Rose #FDCCE2

Tints of Classic Rose #FDCCE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 33.09%

R = 37.04%
G = 29.87%
B = 33.09%

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

#FDCCE2 (or 0xFDCCE2) is known color: Classic Rose. HEX triplet: FD, CC and E2. RGB value is (253,204,226). Sum of RGB (Red+Green+Blue) = 253+204+226=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 204 (80.08% from 255 or 29.87% from 683); Blue value is 226 (88.67% from 255 or 33.09% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCCE2 is #02331D. Grayscale: #DDDDDD. Windows color (decimal): -144158 or 14863613. OLE color: 14863613.

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

Color convert

RGB 253 204 226 -
CMYK 0 0.19 0.11 0.01
HSL 333.06º 0.92% 0.9% -
HSV(B) 333.06º 0.19% 0.99% -
XYZ 75.83 69.56 81.38 -
YUV 221.16 130.73 150.71 -
System Red Green Blue C M Y K H S L
Decimal 253 204 226 0 0.19 0.11 0.01 333.06 0.92 0.9
Hex FD CC E2 0 13 B 1 14D 5C 5A
Octal 375 314 342 0 23 13 1 515 134 132
Binary 11111101 11001100 11100010 0 10011 1011 1 101001101 1011100 1011010

Color Harmonies of #FDCCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCCE2

Black with #FDCCE2

Text Example


Text Example

White with #FDCCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCCE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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