Html Css Color HEX #FBB7C5 Light Pink

📋 copy color: '#FBB7C5'

red 251 ◦ green 183 ◦ blue 197

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

Shades of Light Pink #FBB7C5

Tints of Light Pink #FBB7C5

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29%

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

R = 39.78%
G = 29%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FBB7C5 (or 0xFBB7C5) is known color: Light Pink. HEX triplet: FB, B7 and C5. RGB value is (251,183,197). Sum of RGB (Red+Green+Blue) = 251+183+197=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 183 (71.88% from 255 or 29.00% from 631); Blue value is 197 (77.34% from 255 or 31.22% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB7C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB7C5 is #04483A. Grayscale: #CCCCCC. Windows color (decimal): -280635 or 12957691. OLE color: 12957691.

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

Color convert

RGB 251 183 197 -
CMYK 0 0.27 0.22 0.02
HSL 347.65º 0.89% 0.85% -
HSV(B) 347.65º 0.27% 0.98% -
XYZ 66.8 58.41 60.58 -
YUV 204.93 123.53 160.86 -
System Red Green Blue C M Y K H S L
Decimal 251 183 197 0 0.27 0.22 0.02 347.65 0.89 0.85
Hex FB B7 C5 0 1B 16 2 15C 59 55
Octal 373 267 305 0 33 26 2 534 131 125
Binary 11111011 10110111 11000101 0 11011 10110 10 101011100 1011001 1010101

Color Harmonies of #FBB7C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB7C5

Black with #FBB7C5

Text Example


Text Example

White with #FBB7C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB7C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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