Html Css Color HEX #FBB2C5 Cupid

📋 copy color: '#FBB2C5'

red 251 ◦ green 178 ◦ blue 197

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

Shades of Cupid #FBB2C5

Tints of Cupid #FBB2C5

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.43%

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

R = 40.1%
G = 28.43%
B = 31.47%

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

#FBB2C5 (or 0xFBB2C5) is known color: Cupid. HEX triplet: FB, B2 and C5. RGB value is (251,178,197). Sum of RGB (Red+Green+Blue) = 251+178+197=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 178 (69.92% from 255 or 28.43% from 626); Blue value is 197 (77.34% from 255 or 31.47% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB2C5 is #044D3A. Grayscale: #C9C9C9. Windows color (decimal): -281915 or 12956411. OLE color: 12956411.

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

Color convert

RGB 251 178 197 -
CMYK 0 0.29 0.22 0.02
HSL 344.38º 0.9% 0.84% -
HSV(B) 344.38º 0.29% 0.98% -
XYZ 65.78 56.38 60.24 -
YUV 201.99 125.18 162.96 -
System Red Green Blue C M Y K H S L
Decimal 251 178 197 0 0.29 0.22 0.02 344.38 0.9 0.84
Hex FB B2 C5 0 1D 16 2 158 5A 54
Octal 373 262 305 0 35 26 2 530 132 124
Binary 11111011 10110010 11000101 0 11101 10110 10 101011000 1011010 1010100

Color Harmonies of #FBB2C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB2C5

Black with #FBB2C5

Text Example


Text Example

White with #FBB2C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB2C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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