Html Css Color HEX #FEC3EC Classic Rose

📋 copy color: '#FEC3EC'

red 254 ◦ green 195 ◦ blue 236

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

Shades of Classic Rose #FEC3EC

Tints of Classic Rose #FEC3EC

RGB

 RED value IS 254 (99.61% from 255) = 37.08%

 GREEN value IS 195 (76.56% from 255) = 28.47%

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

R = 37.08%
G = 28.47%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEC3EC (or 0xFEC3EC) is known color: Classic Rose. HEX triplet: FE, C3 and EC. RGB value is (254,195,236). Sum of RGB (Red+Green+Blue) = 254+195+236=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 195 (76.56% from 255 or 28.47% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC3EC is #013C13. Grayscale: #D9D9D9. Windows color (decimal): -80916 or 15516670. OLE color: 15516670.

HSL color Cylindrical-coordinate representation of color #FEC3EC: hue angle of 318.31º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEC3EC is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 195 236 -
CMYK 0 0.23 0.07 0.00
HSL 318.31º 0.97% 0.88% -
HSV(B) 318.31º 0.23% 1% -
XYZ 75.53 66.16 88.15 -
YUV 217.32 138.55 154.17 -
System Red Green Blue C M Y K H S L
Decimal 254 195 236 0 0.23 0.07 0.00 318.31 0.97 0.88
Hex FE C3 EC 0 17 7 0 13E 61 58
Octal 376 303 354 0 27 7 0 476 141 130
Binary 11111110 11000011 11101100 0 10111 111 0 100111110 1100001 1011000

Color Harmonies of #FEC3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC3EC

Black with #FEC3EC

Text Example


Text Example

White with #FEC3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC3EC; }

 p { color: rgb(254,195,236); }

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

background-color css

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

 a { background-color: rgb(254,195,236); }

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

border-color css

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

 span { border-color: rgb(254,195,236); }

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