Html Css Color HEX #FEB5CA Cupid

📋 copy color: '#FEB5CA'

red 254 ◦ green 181 ◦ blue 202

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

Shades of Cupid #FEB5CA

Tints of Cupid #FEB5CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.71%

R = 39.87%
G = 28.41%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEB5CA (or 0xFEB5CA) is known color: Cupid. HEX triplet: FE, B5 and CA. RGB value is (254,181,202). Sum of RGB (Red+Green+Blue) = 254+181+202=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 181 (71.09% from 255 or 28.41% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5CA is #014A35. Grayscale: #CDCDCD. Windows color (decimal): -84534 or 13284862. OLE color: 13284862.

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

Color convert

RGB 254 181 202 -
CMYK 0 0.29 0.20 0.00
HSL 342.74º 0.97% 0.85% -
HSV(B) 342.74º 0.29% 1% -
XYZ 68.06 58.38 63.56 -
YUV 205.22 126.18 162.79 -
System Red Green Blue C M Y K H S L
Decimal 254 181 202 0 0.29 0.20 0.00 342.74 0.97 0.85
Hex FE B5 CA 0 1D 14 0 157 61 55
Octal 376 265 312 0 35 24 0 527 141 125
Binary 11111110 10110101 11001010 0 11101 10100 0 101010111 1100001 1010101

Color Harmonies of #FEB5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB5CA

Black with #FEB5CA

Text Example


Text Example

White with #FEB5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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