Html Css Color HEX #FEB3C8 Cupid

📋 copy color: '#FEB3C8'

red 254 ◦ green 179 ◦ blue 200

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

Shades of Cupid #FEB3C8

Tints of Cupid #FEB3C8

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.28%

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

R = 40.13%
G = 28.28%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FEB3C8 (or 0xFEB3C8) is known color: Cupid. HEX triplet: FE, B3 and C8. RGB value is (254,179,200). Sum of RGB (Red+Green+Blue) = 254+179+200=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 179 (70.31% from 255 or 28.28% from 633); Blue value is 200 (78.52% from 255 or 31.60% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB3C8 is #014C37. Grayscale: #CBCBCB. Windows color (decimal): -85048 or 13153278. OLE color: 13153278.

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

Color convert

RGB 254 179 200 -
CMYK 0 0.30 0.21 0.00
HSL 343.2º 0.97% 0.85% -
HSV(B) 343.2º 0.3% 1% -
XYZ 67.42 57.48 62.19 -
YUV 203.82 125.85 163.79 -
System Red Green Blue C M Y K H S L
Decimal 254 179 200 0 0.30 0.21 0.00 343.2 0.97 0.85
Hex FE B3 C8 0 1E 15 0 157 61 55
Octal 376 263 310 0 36 25 0 527 141 125
Binary 11111110 10110011 11001000 0 11110 10101 0 101010111 1100001 1010101

Color Harmonies of #FEB3C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB3C8

Black with #FEB3C8

Text Example


Text Example

White with #FEB3C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB3C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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