Html Css Color HEX #FBB8C9 Cupid

📋 copy color: '#FBB8C9'

red 251 ◦ green 184 ◦ blue 201

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

Shades of Cupid #FBB8C9

Tints of Cupid #FBB8C9

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.93%

 BLUE value IS 201 (78.91% from 255) = 31.6%

R = 39.47%
G = 28.93%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FBB8C9 (or 0xFBB8C9) is known color: Cupid. HEX triplet: FB, B8 and C9. RGB value is (251,184,201). Sum of RGB (Red+Green+Blue) = 251+184+201=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 184 (72.27% from 255 or 28.93% from 636); Blue value is 201 (78.91% from 255 or 31.60% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB8C9 is #044736. Grayscale: #CDCDCD. Windows color (decimal): -280375 or 13220091. OLE color: 13220091.

HSL color Cylindrical-coordinate representation of color #FBB8C9: hue angle of 344.78º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBB8C9 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 184 201 -
CMYK 0 0.27 0.20 0.02
HSL 344.78º 0.89% 0.85% -
HSV(B) 344.78º 0.27% 0.98% -
XYZ 67.47 59.01 63.09 -
YUV 205.97 125.2 160.12 -
System Red Green Blue C M Y K H S L
Decimal 251 184 201 0 0.27 0.20 0.02 344.78 0.89 0.85
Hex FB B8 C9 0 1B 14 2 159 59 55
Octal 373 270 311 0 33 24 2 531 131 125
Binary 11111011 10111000 11001001 0 11011 10100 10 101011001 1011001 1010101

Color Harmonies of #FBB8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB8C9

Black with #FBB8C9

Text Example


Text Example

White with #FBB8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB8C9; }

 p { color: rgb(251,184,201); }

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

background-color css

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

 a { background-color: rgb(251,184,201); }

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

border-color css

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

 span { border-color: rgb(251,184,201); }

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