Html Css Color HEX #FDC7DF Classic Rose

📋 copy color: '#FDC7DF'

red 253 ◦ green 199 ◦ blue 223

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

Shades of Classic Rose #FDC7DF

Tints of Classic Rose #FDC7DF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 29.48%

 BLUE value IS 223 (87.5% from 255) = 33.04%

R = 37.48%
G = 29.48%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FDC7DF (or 0xFDC7DF) is known color: Classic Rose. HEX triplet: FD, C7 and DF. RGB value is (253,199,223). Sum of RGB (Red+Green+Blue) = 253+199+223=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 199 (78.12% from 255 or 29.48% from 675); Blue value is 223 (87.5% from 255 or 33.04% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC7DF is #023820. Grayscale: #D9D9D9. Windows color (decimal): -145441 or 14665725. OLE color: 14665725.

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

Color convert

RGB 253 199 223 -
CMYK 0 0.21 0.12 0.01
HSL 333.33º 0.93% 0.89% -
HSV(B) 333.33º 0.21% 0.99% -
XYZ 74.25 67.06 78.84 -
YUV 217.88 130.89 153.05 -
System Red Green Blue C M Y K H S L
Decimal 253 199 223 0 0.21 0.12 0.01 333.33 0.93 0.89
Hex FD C7 DF 0 15 C 1 14D 5D 59
Octal 375 307 337 0 25 14 1 515 135 131
Binary 11111101 11000111 11011111 0 10101 1100 1 101001101 1011101 1011001

Color Harmonies of #FDC7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC7DF

Black with #FDC7DF

Text Example


Text Example

White with #FDC7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC7DF; }

 p { color: rgb(253,199,223); }

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

background-color css

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

 a { background-color: rgb(253,199,223); }

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

border-color css

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

 span { border-color: rgb(253,199,223); }

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