Html Css Color HEX #FDC6ED Classic Rose

📋 copy color: '#FDC6ED'

red 253 ◦ green 198 ◦ blue 237

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

Shades of Classic Rose #FDC6ED

Tints of Classic Rose #FDC6ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.45%

R = 36.77%
G = 28.78%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FDC6ED (or 0xFDC6ED) is known color: Classic Rose. HEX triplet: FD, C6 and ED. RGB value is (253,198,237). Sum of RGB (Red+Green+Blue) = 253+198+237=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 198 (77.73% from 255 or 28.78% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC6ED is #023912. Grayscale: #DADADA. Windows color (decimal): -145683 or 15582973. OLE color: 15582973.

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

Color convert

RGB 253 198 237 -
CMYK 0 0.22 0.06 0.01
HSL 317.45º 0.93% 0.88% -
HSV(B) 317.45º 0.22% 0.99% -
XYZ 75.99 67.39 89.12 -
YUV 218.89 138.22 152.33 -
System Red Green Blue C M Y K H S L
Decimal 253 198 237 0 0.22 0.06 0.01 317.45 0.93 0.88
Hex FD C6 ED 0 16 6 1 13D 5D 58
Octal 375 306 355 0 26 6 1 475 135 130
Binary 11111101 11000110 11101101 0 10110 110 1 100111101 1011101 1011000

Color Harmonies of #FDC6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC6ED

Black with #FDC6ED

Text Example


Text Example

White with #FDC6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC6ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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