Html Css Color HEX #FEB7CC Cupid

📋 copy color: '#FEB7CC'

red 254 ◦ green 183 ◦ blue 204

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

Shades of Cupid #FEB7CC

Tints of Cupid #FEB7CC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 28.55%

 BLUE value IS 204 (80.08% from 255) = 31.83%

R = 39.63%
G = 28.55%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEB7CC (or 0xFEB7CC) is known color: Cupid. HEX triplet: FE, B7 and CC. RGB value is (254,183,204). Sum of RGB (Red+Green+Blue) = 254+183+204=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 183 (71.88% from 255 or 28.55% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7CC is #014833. Grayscale: #CECECE. Windows color (decimal): -84020 or 13416446. OLE color: 13416446.

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

Color convert

RGB 254 183 204 -
CMYK 0 0.28 0.20 0.00
HSL 342.25º 0.97% 0.86% -
HSV(B) 342.25º 0.28% 1% -
XYZ 68.71 59.3 64.95 -
YUV 206.62 126.52 161.79 -
System Red Green Blue C M Y K H S L
Decimal 254 183 204 0 0.28 0.20 0.00 342.25 0.97 0.86
Hex FE B7 CC 0 1C 14 0 156 61 56
Octal 376 267 314 0 34 24 0 526 141 126
Binary 11111110 10110111 11001100 0 11100 10100 0 101010110 1100001 1010110

Color Harmonies of #FEB7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB7CC

Black with #FEB7CC

Text Example


Text Example

White with #FEB7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB7CC; }

 p { color: rgb(254,183,204); }

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

background-color css

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

 a { background-color: rgb(254,183,204); }

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

border-color css

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

 span { border-color: rgb(254,183,204); }

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