Html Css Color HEX #FBB5C6 Cupid

📋 copy color: '#FBB5C6'

red 251 ◦ green 181 ◦ blue 198

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

Shades of Cupid #FBB5C6

Tints of Cupid #FBB5C6

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.73%

 BLUE value IS 198 (77.73% from 255) = 31.43%

R = 39.84%
G = 28.73%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FBB5C6 (or 0xFBB5C6) is known color: Cupid. HEX triplet: FB, B5 and C6. RGB value is (251,181,198). Sum of RGB (Red+Green+Blue) = 251+181+198=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 181 (71.09% from 255 or 28.73% from 630); Blue value is 198 (77.73% from 255 or 31.43% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB5C6 is #044A39. Grayscale: #CBCBCB. Windows color (decimal): -281146 or 13022715. OLE color: 13022715.

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

Color convert

RGB 251 181 198 -
CMYK 0 0.28 0.21 0.02
HSL 345.43º 0.9% 0.85% -
HSV(B) 345.43º 0.28% 0.98% -
XYZ 66.5 57.63 61.05 -
YUV 203.87 124.69 161.62 -
System Red Green Blue C M Y K H S L
Decimal 251 181 198 0 0.28 0.21 0.02 345.43 0.9 0.85
Hex FB B5 C6 0 1C 15 2 159 5A 55
Octal 373 265 306 0 34 25 2 531 132 125
Binary 11111011 10110101 11000110 0 11100 10101 10 101011001 1011010 1010101

Color Harmonies of #FBB5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB5C6

Black with #FBB5C6

Text Example


Text Example

White with #FBB5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB5C6; }

 p { color: rgb(251,181,198); }

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

background-color css

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

 a { background-color: rgb(251,181,198); }

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

border-color css

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

 span { border-color: rgb(251,181,198); }

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