Html Css Color HEX #FEC1EE Classic Rose

📋 copy color: '#FEC1EE'

red 254 ◦ green 193 ◦ blue 238

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

Shades of Classic Rose #FEC1EE

Tints of Classic Rose #FEC1EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.74%

R = 37.08%
G = 28.18%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FEC1EE (or 0xFEC1EE) is known color: Classic Rose. HEX triplet: FE, C1 and EE. RGB value is (254,193,238). Sum of RGB (Red+Green+Blue) = 254+193+238=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 193 (75.78% from 255 or 28.18% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC1EE is #013E11. Grayscale: #D8D8D8. Windows color (decimal): -81426 or 15647230. OLE color: 15647230.

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

Color convert

RGB 254 193 238 -
CMYK 0 0.24 0.06 0.00
HSL 315.74º 0.97% 0.88% -
HSV(B) 315.74º 0.24% 1% -
XYZ 75.38 65.38 89.54 -
YUV 216.37 140.21 154.84 -
System Red Green Blue C M Y K H S L
Decimal 254 193 238 0 0.24 0.06 0.00 315.74 0.97 0.88
Hex FE C1 EE 0 18 6 0 13C 61 58
Octal 376 301 356 0 30 6 0 474 141 130
Binary 11111110 11000001 11101110 0 11000 110 0 100111100 1100001 1011000

Color Harmonies of #FEC1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC1EE

Black with #FEC1EE

Text Example


Text Example

White with #FEC1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC1EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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