Html Css Color HEX #FDC2EC Classic Rose

📋 copy color: '#FDC2EC'

red 253 ◦ green 194 ◦ blue 236

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

Shades of Classic Rose #FDC2EC

Tints of Classic Rose #FDC2EC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 28.4%

 BLUE value IS 236 (92.58% from 255) = 34.55%

R = 37.04%
G = 28.4%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FDC2EC (or 0xFDC2EC) is known color: Classic Rose. HEX triplet: FD, C2 and EC. RGB value is (253,194,236). Sum of RGB (Red+Green+Blue) = 253+194+236=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 194 (76.17% from 255 or 28.40% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC2EC is #023D13. Grayscale: #D8D8D8. Windows color (decimal): -146708 or 15516413. OLE color: 15516413.

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

Color convert

RGB 253 194 236 -
CMYK 0 0.23 0.07 0.01
HSL 317.29º 0.94% 0.88% -
HSV(B) 317.29º 0.23% 0.99% -
XYZ 74.94 65.52 88.05 -
YUV 216.43 139.05 154.08 -
System Red Green Blue C M Y K H S L
Decimal 253 194 236 0 0.23 0.07 0.01 317.29 0.94 0.88
Hex FD C2 EC 0 17 7 1 13D 5E 58
Octal 375 302 354 0 27 7 1 475 136 130
Binary 11111101 11000010 11101100 0 10111 111 1 100111101 1011110 1011000

Color Harmonies of #FDC2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC2EC

Black with #FDC2EC

Text Example


Text Example

White with #FDC2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC2EC; }

 p { color: rgb(253,194,236); }

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

background-color css

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

 a { background-color: rgb(253,194,236); }

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

border-color css

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

 span { border-color: rgb(253,194,236); }

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