Html Css Color HEX #FEB6C8 Cupid

📋 copy color: '#FEB6C8'

red 254 ◦ green 182 ◦ blue 200

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

Shades of Cupid #FEB6C8

Tints of Cupid #FEB6C8

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.62%

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

R = 39.94%
G = 28.62%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FEB6C8 (or 0xFEB6C8) is known color: Cupid. HEX triplet: FE, B6 and C8. RGB value is (254,182,200). Sum of RGB (Red+Green+Blue) = 254+182+200=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 182 (71.48% from 255 or 28.62% from 636); Blue value is 200 (78.52% from 255 or 31.45% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB6C8 is #014937. Grayscale: #CDCDCD. Windows color (decimal): -84280 or 13154046. OLE color: 13154046.

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

Color convert

RGB 254 182 200 -
CMYK 0 0.28 0.21 0.00
HSL 345º 0.97% 0.85% -
HSV(B) 345º 0.28% 1% -
XYZ 68.03 58.7 62.39 -
YUV 205.58 124.85 162.54 -
System Red Green Blue C M Y K H S L
Decimal 254 182 200 0 0.28 0.21 0.00 345 0.97 0.85
Hex FE B6 C8 0 1C 15 0 159 61 55
Octal 376 266 310 0 34 25 0 531 141 125
Binary 11111110 10110110 11001000 0 11100 10101 0 101011001 1100001 1010101

Color Harmonies of #FEB6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB6C8

Black with #FEB6C8

Text Example


Text Example

White with #FEB6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB6C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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