Html Css Color HEX #FEC7DB Classic Rose

📋 copy color: '#FEC7DB'

red 254 ◦ green 199 ◦ blue 219

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

Shades of Classic Rose #FEC7DB

Tints of Classic Rose #FEC7DB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 29.61%

 BLUE value IS 219 (85.94% from 255) = 32.59%

R = 37.8%
G = 29.61%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FEC7DB (or 0xFEC7DB) is known color: Classic Rose. HEX triplet: FE, C7 and DB. RGB value is (254,199,219). Sum of RGB (Red+Green+Blue) = 254+199+219=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 199 (78.12% from 255 or 29.61% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC7DB is #013824. Grayscale: #D9D9D9. Windows color (decimal): -79909 or 14403582. OLE color: 14403582.

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

Color convert

RGB 254 199 219 -
CMYK 0 0.22 0.14 0.00
HSL 338.18º 0.96% 0.89% -
HSV(B) 338.18º 0.22% 1% -
XYZ 74.08 67.03 76.05 -
YUV 217.73 128.72 153.87 -
System Red Green Blue C M Y K H S L
Decimal 254 199 219 0 0.22 0.14 0.00 338.18 0.96 0.89
Hex FE C7 DB 0 16 E 0 152 60 59
Octal 376 307 333 0 26 16 0 522 140 131
Binary 11111110 11000111 11011011 0 10110 1110 0 101010010 1100000 1011001

Color Harmonies of #FEC7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC7DB

Black with #FEC7DB

Text Example


Text Example

White with #FEC7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC7DB; }

 p { color: rgb(254,199,219); }

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

background-color css

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

 a { background-color: rgb(254,199,219); }

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

border-color css

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

 span { border-color: rgb(254,199,219); }

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