Html Css Color HEX #FEB5C8 Cupid

📋 copy color: '#FEB5C8'

red 254 ◦ green 181 ◦ blue 200

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

Shades of Cupid #FEB5C8

Tints of Cupid #FEB5C8

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.5%

 BLUE value IS 200 (78.52% from 255) = 31.5%

R = 40%
G = 28.5%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FEB5C8 (or 0xFEB5C8) is known color: Cupid. HEX triplet: FE, B5 and C8. RGB value is (254,181,200). Sum of RGB (Red+Green+Blue) = 254+181+200=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 181 (71.09% from 255 or 28.50% from 635); Blue value is 200 (78.52% from 255 or 31.50% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5C8 is #014A37. Grayscale: #CCCCCC. Windows color (decimal): -84536 or 13153790. OLE color: 13153790.

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

Color convert

RGB 254 181 200 -
CMYK 0 0.29 0.21 0.00
HSL 344.38º 0.97% 0.85% -
HSV(B) 344.38º 0.29% 1% -
XYZ 67.82 58.29 62.32 -
YUV 204.99 125.18 162.96 -
System Red Green Blue C M Y K H S L
Decimal 254 181 200 0 0.29 0.21 0.00 344.38 0.97 0.85
Hex FE B5 C8 0 1D 15 0 158 61 55
Octal 376 265 310 0 35 25 0 530 141 125
Binary 11111110 10110101 11001000 0 11101 10101 0 101011000 1100001 1010101

Color Harmonies of #FEB5C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB5C8

Black with #FEB5C8

Text Example


Text Example

White with #FEB5C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB5C8; }

 p { color: rgb(254,181,200); }

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

background-color css

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

 a { background-color: rgb(254,181,200); }

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

border-color css

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

 span { border-color: rgb(254,181,200); }

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