Html Css Color HEX #FBB5C0 Light Pink

📋 copy color: '#FBB5C0'

red 251 ◦ green 181 ◦ blue 192

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

Shades of Light Pink #FBB5C0

Tints of Light Pink #FBB5C0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.01%

 BLUE value IS 192 (75.39% from 255) = 30.77%

R = 40.22%
G = 29.01%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FBB5C0 (or 0xFBB5C0) is known color: Light Pink. HEX triplet: FB, B5 and C0. RGB value is (251,181,192). Sum of RGB (Red+Green+Blue) = 251+181+192=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 181 (71.09% from 255 or 29.01% from 624); Blue value is 192 (75.39% from 255 or 30.77% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB5C0 is #044A3F. Grayscale: #CBCBCB. Windows color (decimal): -281152 or 12629499. OLE color: 12629499.

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

Color convert

RGB 251 181 192 -
CMYK 0 0.28 0.24 0.02
HSL 350.57º 0.9% 0.85% -
HSV(B) 350.57º 0.28% 0.98% -
XYZ 65.82 57.36 57.47 -
YUV 203.18 121.69 162.11 -
System Red Green Blue C M Y K H S L
Decimal 251 181 192 0 0.28 0.24 0.02 350.57 0.9 0.85
Hex FB B5 C0 0 1C 18 2 15F 5A 55
Octal 373 265 300 0 34 30 2 537 132 125
Binary 11111011 10110101 11000000 0 11100 11000 10 101011111 1011010 1010101

Color Harmonies of #FBB5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB5C0

Black with #FBB5C0

Text Example


Text Example

White with #FBB5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB5C0; }

 p { color: rgb(251,181,192); }

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

background-color css

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

 a { background-color: rgb(251,181,192); }

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

border-color css

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

 span { border-color: rgb(251,181,192); }

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