Html Css Color HEX #FEC1EC Classic Rose

📋 copy color: '#FEC1EC'

red 254 ◦ green 193 ◦ blue 236

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

Shades of Classic Rose #FEC1EC

Tints of Classic Rose #FEC1EC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 28.26%

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

R = 37.19%
G = 28.26%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEC1EC (or 0xFEC1EC) is known color: Classic Rose. HEX triplet: FE, C1 and EC. RGB value is (254,193,236). Sum of RGB (Red+Green+Blue) = 254+193+236=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 193 (75.78% from 255 or 28.26% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC1EC is #013E13. Grayscale: #D8D8D8. Windows color (decimal): -81428 or 15516158. OLE color: 15516158.

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

Color convert

RGB 254 193 236 -
CMYK 0 0.24 0.07 0.00
HSL 317.7º 0.97% 0.88% -
HSV(B) 317.7º 0.24% 1% -
XYZ 75.08 65.27 88 -
YUV 216.14 139.21 155 -
System Red Green Blue C M Y K H S L
Decimal 254 193 236 0 0.24 0.07 0.00 317.7 0.97 0.88
Hex FE C1 EC 0 18 7 0 13E 61 58
Octal 376 301 354 0 30 7 0 476 141 130
Binary 11111110 11000001 11101100 0 11000 111 0 100111110 1100001 1011000

Color Harmonies of #FEC1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC1EC

Black with #FEC1EC

Text Example


Text Example

White with #FEC1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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