Html Css Color HEX #FDC6DE Classic Rose

📋 copy color: '#FDC6DE'

red 253 ◦ green 198 ◦ blue 222

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

Shades of Classic Rose #FDC6DE

Tints of Classic Rose #FDC6DE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 29.42%

 BLUE value IS 222 (87.11% from 255) = 32.99%

R = 37.59%
G = 29.42%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FDC6DE (or 0xFDC6DE) is known color: Classic Rose. HEX triplet: FD, C6 and DE. RGB value is (253,198,222). Sum of RGB (Red+Green+Blue) = 253+198+222=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 198 (77.73% from 255 or 29.42% from 673); Blue value is 222 (87.11% from 255 or 32.99% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC6DE is #023921. Grayscale: #D9D9D9. Windows color (decimal): -145698 or 14599933. OLE color: 14599933.

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

Color convert

RGB 253 198 222 -
CMYK 0 0.22 0.12 0.01
HSL 333.82º 0.93% 0.88% -
HSV(B) 333.82º 0.22% 0.99% -
XYZ 73.89 66.54 78.06 -
YUV 217.18 130.72 153.55 -
System Red Green Blue C M Y K H S L
Decimal 253 198 222 0 0.22 0.12 0.01 333.82 0.93 0.88
Hex FD C6 DE 0 16 C 1 14E 5D 58
Octal 375 306 336 0 26 14 1 516 135 130
Binary 11111101 11000110 11011110 0 10110 1100 1 101001110 1011101 1011000

Color Harmonies of #FDC6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC6DE

Black with #FDC6DE

Text Example


Text Example

White with #FDC6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC6DE; }

 p { color: rgb(253,198,222); }

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

background-color css

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

 a { background-color: rgb(253,198,222); }

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

border-color css

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

 span { border-color: rgb(253,198,222); }

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