Html Css Color HEX #FEADC4 Cupid

📋 copy color: '#FEADC4'

red 254 ◦ green 173 ◦ blue 196

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

Shades of Cupid #FEADC4

Tints of Cupid #FEADC4

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.77%

 BLUE value IS 196 (76.95% from 255) = 31.46%

R = 40.77%
G = 27.77%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FEADC4 (or 0xFEADC4) is known color: Cupid. HEX triplet: FE, AD and C4. RGB value is (254,173,196). Sum of RGB (Red+Green+Blue) = 254+173+196=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADC4 is #01523B. Grayscale: #C7C7C7. Windows color (decimal): -86588 or 12889598. OLE color: 12889598.

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

Color convert

RGB 254 173 196 -
CMYK 0 0.32 0.23 0.00
HSL 342.96º 0.98% 0.84% -
HSV(B) 342.96º 0.32% 1% -
XYZ 65.78 54.94 59.36 -
YUV 199.84 125.84 166.63 -
System Red Green Blue C M Y K H S L
Decimal 254 173 196 0 0.32 0.23 0.00 342.96 0.98 0.84
Hex FE AD C4 0 20 17 0 157 62 54
Octal 376 255 304 0 40 27 0 527 142 124
Binary 11111110 10101101 11000100 0 100000 10111 0 101010111 1100010 1010100

Color Harmonies of #FEADC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEADC4

Black with #FEADC4

Text Example


Text Example

White with #FEADC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEADC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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