Html Css Color HEX #FDC5E6 Classic Rose

📋 copy color: '#FDC5E6'

red 253 ◦ green 197 ◦ blue 230

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

Shades of Classic Rose #FDC5E6

Tints of Classic Rose #FDC5E6

RGB

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

 GREEN value IS 197 (77.34% from 255) = 28.97%

 BLUE value IS 230 (90.23% from 255) = 33.82%

R = 37.21%
G = 28.97%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDC5E6 (or 0xFDC5E6) is known color: Classic Rose. HEX triplet: FD, C5 and E6. RGB value is (253,197,230). Sum of RGB (Red+Green+Blue) = 253+197+230=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 197 (77.34% from 255 or 28.97% from 680); Blue value is 230 (90.23% from 255 or 33.82% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC5E6 is #023A19. Grayscale: #D9D9D9. Windows color (decimal): -145946 or 15123965. OLE color: 15123965.

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

Color convert

RGB 253 197 230 -
CMYK 0 0.22 0.09 0.01
HSL 324.64º 0.93% 0.88% -
HSV(B) 324.64º 0.22% 0.99% -
XYZ 74.76 66.53 83.76 -
YUV 217.51 135.05 153.32 -
System Red Green Blue C M Y K H S L
Decimal 253 197 230 0 0.22 0.09 0.01 324.64 0.93 0.88
Hex FD C5 E6 0 16 9 1 145 5D 58
Octal 375 305 346 0 26 11 1 505 135 130
Binary 11111101 11000101 11100110 0 10110 1001 1 101000101 1011101 1011000

Color Harmonies of #FDC5E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC5E6

Black with #FDC5E6

Text Example


Text Example

White with #FDC5E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC5E6; }

 p { color: rgb(253,197,230); }

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

background-color css

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

 a { background-color: rgb(253,197,230); }

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

border-color css

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

 span { border-color: rgb(253,197,230); }

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