Html Css Color HEX #FBB9CA Cupid

📋 copy color: '#FBB9CA'

red 251 ◦ green 185 ◦ blue 202

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

Shades of Cupid #FBB9CA

Tints of Cupid #FBB9CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.66%

R = 39.34%
G = 29%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FBB9CA (or 0xFBB9CA) is known color: Cupid. HEX triplet: FB, B9 and CA. RGB value is (251,185,202). Sum of RGB (Red+Green+Blue) = 251+185+202=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 185 (72.66% from 255 or 29.00% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB9CA is #044635. Grayscale: #CECECE. Windows color (decimal): -280118 or 13285883. OLE color: 13285883.

HSL color Cylindrical-coordinate representation of color #FBB9CA: hue angle of 344.55º 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 #FBB9CA is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 185 202 -
CMYK 0 0.26 0.20 0.02
HSL 344.55º 0.89% 0.85% -
HSV(B) 344.55º 0.26% 0.98% -
XYZ 67.79 59.47 63.78 -
YUV 206.67 125.37 159.62 -
System Red Green Blue C M Y K H S L
Decimal 251 185 202 0 0.26 0.20 0.02 344.55 0.89 0.85
Hex FB B9 CA 0 1A 14 2 159 59 55
Octal 373 271 312 0 32 24 2 531 131 125
Binary 11111011 10111001 11001010 0 11010 10100 10 101011001 1011001 1010101

Color Harmonies of #FBB9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB9CA

Black with #FBB9CA

Text Example


Text Example

White with #FBB9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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