Html Css Color HEX #FBB9CB Cupid

📋 copy color: '#FBB9CB'

red 251 ◦ green 185 ◦ blue 203

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

Shades of Cupid #FBB9CB

Tints of Cupid #FBB9CB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.95%

 BLUE value IS 203 (79.69% from 255) = 31.77%

R = 39.28%
G = 28.95%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FBB9CB (or 0xFBB9CB) is known color: Cupid. HEX triplet: FB, B9 and CB. RGB value is (251,185,203). Sum of RGB (Red+Green+Blue) = 251+185+203=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 185 (72.66% from 255 or 28.95% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB9CB is #044634. Grayscale: #CECECE. Windows color (decimal): -280117 or 13351419. OLE color: 13351419.

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

Color convert

RGB 251 185 203 -
CMYK 0 0.26 0.19 0.02
HSL 343.64º 0.89% 0.85% -
HSV(B) 343.64º 0.26% 0.98% -
XYZ 67.91 59.52 64.41 -
YUV 206.79 125.87 159.54 -
System Red Green Blue C M Y K H S L
Decimal 251 185 203 0 0.26 0.19 0.02 343.64 0.89 0.85
Hex FB B9 CB 0 1A 13 2 158 59 55
Octal 373 271 313 0 32 23 2 530 131 125
Binary 11111011 10111001 11001011 0 11010 10011 10 101011000 1011001 1010101

Color Harmonies of #FBB9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB9CB

Black with #FBB9CB

Text Example


Text Example

White with #FBB9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB9CB; }

 p { color: rgb(251,185,203); }

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

background-color css

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

 a { background-color: rgb(251,185,203); }

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

border-color css

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

 span { border-color: rgb(251,185,203); }

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