Html Css Color HEX #FBADC5 Cupid

📋 copy color: '#FBADC5'

red 251 ◦ green 173 ◦ blue 197

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

Shades of Cupid #FBADC5

Tints of Cupid #FBADC5

RGB

 RED value IS 251 (98.44% from 255) = 40.42%

 GREEN value IS 173 (67.97% from 255) = 27.86%

 BLUE value IS 197 (77.34% from 255) = 31.72%

R = 40.42%
G = 27.86%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FBADC5 (or 0xFBADC5) is known color: Cupid. HEX triplet: FB, AD and C5. RGB value is (251,173,197). Sum of RGB (Red+Green+Blue) = 251+173+197=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 197 (77.34% from 255 or 31.72% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADC5 is #04523A. Grayscale: #C7C7C7. Windows color (decimal): -283195 or 12955131. OLE color: 12955131.

HSL color Cylindrical-coordinate representation of color #FBADC5: hue angle of 341.54º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBADC5 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 173 197 -
CMYK 0 0.31 0.22 0.02
HSL 341.54º 0.91% 0.83% -
HSV(B) 341.54º 0.31% 0.98% -
XYZ 64.81 54.43 59.91 -
YUV 199.06 126.84 165.05 -
System Red Green Blue C M Y K H S L
Decimal 251 173 197 0 0.31 0.22 0.02 341.54 0.91 0.83
Hex FB AD C5 0 1F 16 2 156 5B 53
Octal 373 255 305 0 37 26 2 526 133 123
Binary 11111011 10101101 11000101 0 11111 10110 10 101010110 1011011 1010011

Color Harmonies of #FBADC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBADC5

Black with #FBADC5

Text Example


Text Example

White with #FBADC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBADC5; }

 p { color: rgb(251,173,197); }

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

background-color css

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

 a { background-color: rgb(251,173,197); }

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

border-color css

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

 span { border-color: rgb(251,173,197); }

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