Html Css Color HEX #FEC6DA Classic Rose

📋 copy color: '#FEC6DA'

red 254 ◦ green 198 ◦ blue 218

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

Shades of Classic Rose #FEC6DA

Tints of Classic Rose #FEC6DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 32.54%

R = 37.91%
G = 29.55%
B = 32.54%

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

#FEC6DA (or 0xFEC6DA) is known color: Classic Rose. HEX triplet: FE, C6 and DA. RGB value is (254,198,218). Sum of RGB (Red+Green+Blue) = 254+198+218=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 198 (77.73% from 255 or 29.55% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC6DA is #013925. Grayscale: #D8D8D8. Windows color (decimal): -80166 or 14337790. OLE color: 14337790.

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

Color convert

RGB 254 198 218 -
CMYK 0 0.22 0.14 0.00
HSL 338.57º 0.97% 0.89% -
HSV(B) 338.57º 0.22% 1% -
XYZ 73.72 66.52 75.28 -
YUV 217.02 128.55 154.37 -
System Red Green Blue C M Y K H S L
Decimal 254 198 218 0 0.22 0.14 0.00 338.57 0.97 0.89
Hex FE C6 DA 0 16 E 0 153 61 59
Octal 376 306 332 0 26 16 0 523 141 131
Binary 11111110 11000110 11011010 0 10110 1110 0 101010011 1100001 1011001

Color Harmonies of #FEC6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC6DA

Black with #FEC6DA

Text Example


Text Example

White with #FEC6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC6DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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