Html Css Color HEX #FDC3DF Classic Rose

📋 copy color: '#FDC3DF'

red 253 ◦ green 195 ◦ blue 223

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

Shades of Classic Rose #FDC3DF

Tints of Classic Rose #FDC3DF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.06%

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

R = 37.7%
G = 29.06%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FDC3DF (or 0xFDC3DF) is known color: Classic Rose. HEX triplet: FD, C3 and DF. RGB value is (253,195,223). Sum of RGB (Red+Green+Blue) = 253+195+223=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 195 (76.56% from 255 or 29.06% from 671); Blue value is 223 (87.5% from 255 or 33.23% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC3DF is #023C20. Grayscale: #D7D7D7. Windows color (decimal): -146465 or 14664701. OLE color: 14664701.

HSL color Cylindrical-coordinate representation of color #FDC3DF: hue angle of 331.03º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDC3DF is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 195 223 -
CMYK 0 0.23 0.12 0.01
HSL 331.03º 0.94% 0.88% -
HSV(B) 331.03º 0.23% 0.99% -
XYZ 73.34 65.24 78.54 -
YUV 215.53 132.22 154.72 -
System Red Green Blue C M Y K H S L
Decimal 253 195 223 0 0.23 0.12 0.01 331.03 0.94 0.88
Hex FD C3 DF 0 17 C 1 14B 5E 58
Octal 375 303 337 0 27 14 1 513 136 130
Binary 11111101 11000011 11011111 0 10111 1100 1 101001011 1011110 1011000

Color Harmonies of #FDC3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC3DF

Black with #FDC3DF

Text Example


Text Example

White with #FDC3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC3DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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