Html Css Color HEX #FEC6EE Classic Rose

📋 copy color: '#FEC6EE'

red 254 ◦ green 198 ◦ blue 238

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

Shades of Classic Rose #FEC6EE

Tints of Classic Rose #FEC6EE

RGB

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

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

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

R = 36.81%
G = 28.7%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FEC6EE (or 0xFEC6EE) is known color: Classic Rose. HEX triplet: FE, C6 and EE. RGB value is (254,198,238). Sum of RGB (Red+Green+Blue) = 254+198+238=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 198 (77.73% from 255 or 28.70% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC6EE is #013911. Grayscale: #DBDBDB. Windows color (decimal): -80146 or 15648510. OLE color: 15648510.

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

Color convert

RGB 254 198 238 -
CMYK 0 0.22 0.06 0.00
HSL 317.14º 0.97% 0.89% -
HSV(B) 317.14º 0.22% 1% -
XYZ 76.5 67.63 89.91 -
YUV 219.3 138.55 152.75 -
System Red Green Blue C M Y K H S L
Decimal 254 198 238 0 0.22 0.06 0.00 317.14 0.97 0.89
Hex FE C6 EE 0 16 6 0 13D 61 59
Octal 376 306 356 0 26 6 0 475 141 131
Binary 11111110 11000110 11101110 0 10110 110 0 100111101 1100001 1011001

Color Harmonies of #FEC6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC6EE

Black with #FEC6EE

Text Example


Text Example

White with #FEC6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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