Html Css Color HEX #FDC6E6 Classic Rose

📋 copy color: '#FDC6E6'

red 253 ◦ green 198 ◦ blue 230

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

Shades of Classic Rose #FDC6E6

Tints of Classic Rose #FDC6E6

RGB

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

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

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

R = 37.15%
G = 29.07%
B = 33.77%

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

#FDC6E6 (or 0xFDC6E6) is known color: Classic Rose. HEX triplet: FD, C6 and E6. RGB value is (253,198,230). Sum of RGB (Red+Green+Blue) = 253+198+230=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 198 (77.73% from 255 or 29.07% from 681); Blue value is 230 (90.23% from 255 or 33.77% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC6E6 is #023919. Grayscale: #DADADA. Windows color (decimal): -145690 or 15124221. OLE color: 15124221.

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

Color convert

RGB 253 198 230 -
CMYK 0 0.22 0.09 0.01
HSL 325.09º 0.93% 0.88% -
HSV(B) 325.09º 0.22% 0.99% -
XYZ 74.99 66.98 83.84 -
YUV 218.09 134.72 152.9 -
System Red Green Blue C M Y K H S L
Decimal 253 198 230 0 0.22 0.09 0.01 325.09 0.93 0.88
Hex FD C6 E6 0 16 9 1 145 5D 58
Octal 375 306 346 0 26 11 1 505 135 130
Binary 11111101 11000110 11100110 0 10110 1001 1 101000101 1011101 1011000

Color Harmonies of #FDC6E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC6E6

Black with #FDC6E6

Text Example


Text Example

White with #FDC6E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC6E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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