Html Css Color HEX #FDCCE0 Classic Rose

📋 copy color: '#FDCCE0'

red 253 ◦ green 204 ◦ blue 224

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

Shades of Classic Rose #FDCCE0

Tints of Classic Rose #FDCCE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 32.89%

R = 37.15%
G = 29.96%
B = 32.89%

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

#FDCCE0 (or 0xFDCCE0) is known color: Classic Rose. HEX triplet: FD, CC and E0. RGB value is (253,204,224). Sum of RGB (Red+Green+Blue) = 253+204+224=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 204 (80.08% from 255 or 29.96% from 681); Blue value is 224 (87.89% from 255 or 32.89% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCCE0 is #02331F. Grayscale: #DCDCDC. Windows color (decimal): -144160 or 14732541. OLE color: 14732541.

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

Color convert

RGB 253 204 224 -
CMYK 0 0.19 0.11 0.01
HSL 335.51º 0.92% 0.9% -
HSV(B) 335.51º 0.19% 0.99% -
XYZ 75.56 69.45 79.94 -
YUV 220.93 129.73 150.87 -
System Red Green Blue C M Y K H S L
Decimal 253 204 224 0 0.19 0.11 0.01 335.51 0.92 0.9
Hex FD CC E0 0 13 B 1 150 5C 5A
Octal 375 314 340 0 23 13 1 520 134 132
Binary 11111101 11001100 11100000 0 10011 1011 1 101010000 1011100 1011010

Color Harmonies of #FDCCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCCE0

Black with #FDCCE0

Text Example


Text Example

White with #FDCCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCCE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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