Html Css Color HEX #FBB1C5 Cupid

📋 copy color: '#FBB1C5'

red 251 ◦ green 177 ◦ blue 197

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

Shades of Cupid #FBB1C5

Tints of Cupid #FBB1C5

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.32%

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

R = 40.16%
G = 28.32%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FBB1C5 (or 0xFBB1C5) is known color: Cupid. HEX triplet: FB, B1 and C5. RGB value is (251,177,197). Sum of RGB (Red+Green+Blue) = 251+177+197=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 177 (69.53% from 255 or 28.32% from 625); Blue value is 197 (77.34% from 255 or 31.52% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB1C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB1C5 is #044E3A. Grayscale: #C9C9C9. Windows color (decimal): -282171 or 12956155. OLE color: 12956155.

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

Color convert

RGB 251 177 197 -
CMYK 0 0.29 0.22 0.02
HSL 343.78º 0.9% 0.84% -
HSV(B) 343.78º 0.29% 0.98% -
XYZ 65.58 55.98 60.17 -
YUV 201.41 125.52 163.37 -
System Red Green Blue C M Y K H S L
Decimal 251 177 197 0 0.29 0.22 0.02 343.78 0.9 0.84
Hex FB B1 C5 0 1D 16 2 158 5A 54
Octal 373 261 305 0 35 26 2 530 132 124
Binary 11111011 10110001 11000101 0 11101 10110 10 101011000 1011010 1010100

Color Harmonies of #FBB1C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB1C5

Black with #FBB1C5

Text Example


Text Example

White with #FBB1C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB1C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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