Html Css Color HEX #FBB6CA Cupid

📋 copy color: '#FBB6CA'

red 251 ◦ green 182 ◦ blue 202

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

Shades of Cupid #FBB6CA

Tints of Cupid #FBB6CA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.66%

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

R = 39.53%
G = 28.66%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FBB6CA (or 0xFBB6CA) is known color: Cupid. HEX triplet: FB, B6 and CA. RGB value is (251,182,202). Sum of RGB (Red+Green+Blue) = 251+182+202=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 182 (71.48% from 255 or 28.66% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB6CA is #044935. Grayscale: #CCCCCC. Windows color (decimal): -280886 or 13285115. OLE color: 13285115.

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

Color convert

RGB 251 182 202 -
CMYK 0 0.27 0.20 0.02
HSL 342.61º 0.9% 0.85% -
HSV(B) 342.61º 0.27% 0.98% -
XYZ 67.17 58.23 63.58 -
YUV 204.91 126.36 160.87 -
System Red Green Blue C M Y K H S L
Decimal 251 182 202 0 0.27 0.20 0.02 342.61 0.9 0.85
Hex FB B6 CA 0 1B 14 2 157 5A 55
Octal 373 266 312 0 33 24 2 527 132 125
Binary 11111011 10110110 11001010 0 11011 10100 10 101010111 1011010 1010101

Color Harmonies of #FBB6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB6CA

Black with #FBB6CA

Text Example


Text Example

White with #FBB6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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