Html Css Color HEX #FDC3D7 Classic Rose

📋 copy color: '#FDC3D7'

red 253 ◦ green 195 ◦ blue 215

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

Shades of Classic Rose #FDC3D7

Tints of Classic Rose #FDC3D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 32.43%

R = 38.16%
G = 29.41%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FDC3D7 (or 0xFDC3D7) is known color: Classic Rose. HEX triplet: FD, C3 and D7. RGB value is (253,195,215). Sum of RGB (Red+Green+Blue) = 253+195+215=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 195 (76.56% from 255 or 29.41% from 663); Blue value is 215 (84.38% from 255 or 32.43% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC3D7 is #023C28. Grayscale: #D6D6D6. Windows color (decimal): -146473 or 14140413. OLE color: 14140413.

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

Color convert

RGB 253 195 215 -
CMYK 0 0.23 0.15 0.01
HSL 339.31º 0.94% 0.88% -
HSV(B) 339.31º 0.23% 0.99% -
XYZ 72.29 64.82 72.99 -
YUV 214.62 128.22 155.37 -
System Red Green Blue C M Y K H S L
Decimal 253 195 215 0 0.23 0.15 0.01 339.31 0.94 0.88
Hex FD C3 D7 0 17 F 1 153 5E 58
Octal 375 303 327 0 27 17 1 523 136 130
Binary 11111101 11000011 11010111 0 10111 1111 1 101010011 1011110 1011000

Color Harmonies of #FDC3D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC3D7

Black with #FDC3D7

Text Example


Text Example

White with #FDC3D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC3D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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