Html Css Color HEX #FBB4CA Cupid

📋 copy color: '#FBB4CA'

red 251 ◦ green 180 ◦ blue 202

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

Shades of Cupid #FBB4CA

Tints of Cupid #FBB4CA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.44%

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

R = 39.65%
G = 28.44%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FBB4CA (or 0xFBB4CA) is known color: Cupid. HEX triplet: FB, B4 and CA. RGB value is (251,180,202). Sum of RGB (Red+Green+Blue) = 251+180+202=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 180 (70.70% from 255 or 28.44% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB4CA is #044B35. Grayscale: #CBCBCB. Windows color (decimal): -281398 or 13284603. OLE color: 13284603.

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

Color convert

RGB 251 180 202 -
CMYK 0 0.28 0.20 0.02
HSL 341.41º 0.9% 0.85% -
HSV(B) 341.41º 0.28% 0.98% -
XYZ 66.77 57.42 63.44 -
YUV 203.74 127.02 161.71 -
System Red Green Blue C M Y K H S L
Decimal 251 180 202 0 0.28 0.20 0.02 341.41 0.9 0.85
Hex FB B4 CA 0 1C 14 2 155 5A 55
Octal 373 264 312 0 34 24 2 525 132 125
Binary 11111011 10110100 11001010 0 11100 10100 10 101010101 1011010 1010101

Color Harmonies of #FBB4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB4CA

Black with #FBB4CA

Text Example


Text Example

White with #FBB4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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