Html Css Color HEX #FEB5C7 Cupid

📋 copy color: '#FEB5C7'

red 254 ◦ green 181 ◦ blue 199

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

Shades of Cupid #FEB5C7

Tints of Cupid #FEB5C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 31.39%

R = 40.06%
G = 28.55%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FEB5C7 (or 0xFEB5C7) is known color: Cupid. HEX triplet: FE, B5 and C7. RGB value is (254,181,199). Sum of RGB (Red+Green+Blue) = 254+181+199=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 181 (71.09% from 255 or 28.55% from 634); Blue value is 199 (78.12% from 255 or 31.39% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5C7 is #014A38. Grayscale: #CCCCCC. Windows color (decimal): -84537 or 13088254. OLE color: 13088254.

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

Color convert

RGB 254 181 199 -
CMYK 0 0.29 0.22 0.00
HSL 345.21º 0.97% 0.85% -
HSV(B) 345.21º 0.29% 1% -
XYZ 67.71 58.24 61.71 -
YUV 204.88 124.68 163.04 -
System Red Green Blue C M Y K H S L
Decimal 254 181 199 0 0.29 0.22 0.00 345.21 0.97 0.85
Hex FE B5 C7 0 1D 16 0 159 61 55
Octal 376 265 307 0 35 26 0 531 141 125
Binary 11111110 10110101 11000111 0 11101 10110 0 101011001 1100001 1010101

Color Harmonies of #FEB5C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB5C7

Black with #FEB5C7

Text Example


Text Example

White with #FEB5C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB5C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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