Html Css Color HEX #FDC8E0 Classic Rose

📋 copy color: '#FDC8E0'

red 253 ◦ green 200 ◦ blue 224

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

Shades of Classic Rose #FDC8E0

Tints of Classic Rose #FDC8E0

RGB

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

 GREEN value IS 200 (78.52% from 255) = 29.54%

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

R = 37.37%
G = 29.54%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FDC8E0 (or 0xFDC8E0) is known color: Classic Rose. HEX triplet: FD, C8 and E0. RGB value is (253,200,224). Sum of RGB (Red+Green+Blue) = 253+200+224=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 200 (78.52% from 255 or 29.54% from 677); Blue value is 224 (87.89% from 255 or 33.09% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC8E0 is #02371F. Grayscale: #DADADA. Windows color (decimal): -145184 or 14731517. OLE color: 14731517.

HSL color Cylindrical-coordinate representation of color #FDC8E0: hue angle of 332.83º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDC8E0 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 200 224 -
CMYK 0 0.21 0.11 0.01
HSL 332.83º 0.93% 0.89% -
HSV(B) 332.83º 0.21% 0.99% -
XYZ 74.62 67.57 79.63 -
YUV 218.58 131.06 152.55 -
System Red Green Blue C M Y K H S L
Decimal 253 200 224 0 0.21 0.11 0.01 332.83 0.93 0.89
Hex FD C8 E0 0 15 B 1 14D 5D 59
Octal 375 310 340 0 25 13 1 515 135 131
Binary 11111101 11001000 11100000 0 10101 1011 1 101001101 1011101 1011001

Color Harmonies of #FDC8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC8E0

Black with #FDC8E0

Text Example


Text Example

White with #FDC8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC8E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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