Html Css Color HEX #FEC6DB Classic Rose

📋 copy color: '#FEC6DB'

red 254 ◦ green 198 ◦ blue 219

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

Shades of Classic Rose #FEC6DB

Tints of Classic Rose #FEC6DB

RGB

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

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

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

R = 37.85%
G = 29.51%
B = 32.64%

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

#FEC6DB (or 0xFEC6DB) is known color: Classic Rose. HEX triplet: FE, C6 and DB. RGB value is (254,198,219). Sum of RGB (Red+Green+Blue) = 254+198+219=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 198 (77.73% from 255 or 29.51% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC6DB is #013924. Grayscale: #D9D9D9. Windows color (decimal): -80165 or 14403326. OLE color: 14403326.

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

Color convert

RGB 254 198 219 -
CMYK 0 0.22 0.14 0.00
HSL 337.5º 0.97% 0.89% -
HSV(B) 337.5º 0.22% 1% -
XYZ 73.85 66.57 75.98 -
YUV 217.14 129.05 154.29 -
System Red Green Blue C M Y K H S L
Decimal 254 198 219 0 0.22 0.14 0.00 337.5 0.97 0.89
Hex FE C6 DB 0 16 E 0 152 61 59
Octal 376 306 333 0 26 16 0 522 141 131
Binary 11111110 11000110 11011011 0 10110 1110 0 101010010 1100001 1011001

Color Harmonies of #FEC6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC6DB

Black with #FEC6DB

Text Example


Text Example

White with #FEC6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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