Html Css Color HEX #FEC6E7 Classic Rose

📋 copy color: '#FEC6E7'

red 254 ◦ green 198 ◦ blue 231

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

Shades of Classic Rose #FEC6E7

Tints of Classic Rose #FEC6E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 33.82%

R = 37.19%
G = 28.99%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FEC6E7 (or 0xFEC6E7) is known color: Classic Rose. HEX triplet: FE, C6 and E7. RGB value is (254,198,231). Sum of RGB (Red+Green+Blue) = 254+198+231=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 198 (77.73% from 255 or 28.99% from 683); Blue value is 231 (90.62% from 255 or 33.82% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC6E7 is #013918. Grayscale: #DADADA. Windows color (decimal): -80153 or 15189758. OLE color: 15189758.

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

Color convert

RGB 254 198 231 -
CMYK 0 0.22 0.09 0.00
HSL 324.64º 0.97% 0.89% -
HSV(B) 324.64º 0.22% 1% -
XYZ 75.49 67.23 84.6 -
YUV 218.51 135.05 153.32 -
System Red Green Blue C M Y K H S L
Decimal 254 198 231 0 0.22 0.09 0.00 324.64 0.97 0.89
Hex FE C6 E7 0 16 9 0 145 61 59
Octal 376 306 347 0 26 11 0 505 141 131
Binary 11111110 11000110 11100111 0 10110 1001 0 101000101 1100001 1011001

Color Harmonies of #FEC6E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC6E7

Black with #FEC6E7

Text Example


Text Example

White with #FEC6E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC6E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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