Html Css Color HEX #FBB0CB Cupid

📋 copy color: '#FBB0CB'

red 251 ◦ green 176 ◦ blue 203

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

Shades of Cupid #FBB0CB

Tints of Cupid #FBB0CB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.94%

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

R = 39.84%
G = 27.94%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FBB0CB (or 0xFBB0CB) is known color: Cupid. HEX triplet: FB, B0 and CB. RGB value is (251,176,203). Sum of RGB (Red+Green+Blue) = 251+176+203=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 176 (69.14% from 255 or 27.94% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB0CB is #044F34. Grayscale: #C9C9C9. Windows color (decimal): -282421 or 13349115. OLE color: 13349115.

HSL color Cylindrical-coordinate representation of color #FBB0CB: hue angle of 338.4º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBB0CB is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 176 203 -
CMYK 0 0.30 0.19 0.02
HSL 338.4º 0.9% 0.84% -
HSV(B) 338.4º 0.3% 0.98% -
XYZ 66.09 55.87 63.8 -
YUV 201.5 128.85 163.3 -
System Red Green Blue C M Y K H S L
Decimal 251 176 203 0 0.30 0.19 0.02 338.4 0.9 0.84
Hex FB B0 CB 0 1E 13 2 152 5A 54
Octal 373 260 313 0 36 23 2 522 132 124
Binary 11111011 10110000 11001011 0 11110 10011 10 101010010 1011010 1010100

Color Harmonies of #FBB0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB0CB

Black with #FBB0CB

Text Example


Text Example

White with #FBB0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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