Html Css Color HEX #FEC4F0 Classic Rose

📋 copy color: '#FEC4F0'

red 254 ◦ green 196 ◦ blue 240

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

Shades of Classic Rose #FEC4F0

Tints of Classic Rose #FEC4F0

RGB

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

 GREEN value IS 196 (76.95% from 255) = 28.41%

 BLUE value IS 240 (94.14% from 255) = 34.78%

R = 36.81%
G = 28.41%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FEC4F0 (or 0xFEC4F0) is known color: Classic Rose. HEX triplet: FE, C4 and F0. RGB value is (254,196,240). Sum of RGB (Red+Green+Blue) = 254+196+240=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 196 (76.95% from 255 or 28.41% from 690); Blue value is 240 (94.14% from 255 or 34.78% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC4F0 is #013B0F. Grayscale: #DADADA. Windows color (decimal): -80656 or 15779070. OLE color: 15779070.

HSL color Cylindrical-coordinate representation of color #FEC4F0: hue angle of 314.48º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEC4F0 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 196 240 -
CMYK 0 0.23 0.06 0.00
HSL 314.48º 0.97% 0.88% -
HSV(B) 314.48º 0.23% 1% -
XYZ 76.34 66.84 91.32 -
YUV 218.36 140.22 153.42 -
System Red Green Blue C M Y K H S L
Decimal 254 196 240 0 0.23 0.06 0.00 314.48 0.97 0.88
Hex FE C4 F0 0 17 6 0 13A 61 58
Octal 376 304 360 0 27 6 0 472 141 130
Binary 11111110 11000100 11110000 0 10111 110 0 100111010 1100001 1011000

Color Harmonies of #FEC4F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC4F0

Black with #FEC4F0

Text Example


Text Example

White with #FEC4F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC4F0; }

 p { color: rgb(254,196,240); }

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

background-color css

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

 a { background-color: rgb(254,196,240); }

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

border-color css

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

 span { border-color: rgb(254,196,240); }

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