Html Css Color HEX #FEC2DB Classic Rose

📋 copy color: '#FEC2DB'

red 254 ◦ green 194 ◦ blue 219

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

Shades of Classic Rose #FEC2DB

Tints of Classic Rose #FEC2DB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.09%

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

R = 38.08%
G = 29.09%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FEC2DB (or 0xFEC2DB) is known color: Classic Rose. HEX triplet: FE, C2 and DB. RGB value is (254,194,219). Sum of RGB (Red+Green+Blue) = 254+194+219=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 194 (76.17% from 255 or 29.09% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2DB is #013D24. Grayscale: #D6D6D6. Windows color (decimal): -81189 or 14402302. OLE color: 14402302.

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

Color convert

RGB 254 194 219 -
CMYK 0 0.24 0.14 0.00
HSL 335º 0.97% 0.88% -
HSV(B) 335º 0.24% 1% -
XYZ 72.95 64.77 75.67 -
YUV 214.79 130.38 155.97 -
System Red Green Blue C M Y K H S L
Decimal 254 194 219 0 0.24 0.14 0.00 335 0.97 0.88
Hex FE C2 DB 0 18 E 0 14F 61 58
Octal 376 302 333 0 30 16 0 517 141 130
Binary 11111110 11000010 11011011 0 11000 1110 0 101001111 1100001 1011000

Color Harmonies of #FEC2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC2DB

Black with #FEC2DB

Text Example


Text Example

White with #FEC2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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