Html Css Color HEX #FBADB2 Light Pink

📋 copy color: '#FBADB2'

red 251 ◦ green 173 ◦ blue 178

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

Shades of Light Pink #FBADB2

Tints of Light Pink #FBADB2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.74%

 BLUE value IS 178 (69.92% from 255) = 29.57%

R = 41.69%
G = 28.74%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FBADB2 (or 0xFBADB2) is known color: Light Pink. HEX triplet: FB, AD and B2. RGB value is (251,173,178). Sum of RGB (Red+Green+Blue) = 251+173+178=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 178 (69.92% from 255 or 29.57% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBADB2 is #04524D. Grayscale: #C4C4C4. Windows color (decimal): -283214 or 11709947. OLE color: 11709947.

HSL color Cylindrical-coordinate representation of color #FBADB2: hue angle of 356.15º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBADB2 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 173 178 -
CMYK 0 0.31 0.29 0.02
HSL 356.15º 0.91% 0.83% -
HSV(B) 356.15º 0.31% 0.98% -
XYZ 62.76 53.61 49.16 -
YUV 196.89 117.34 166.59 -
System Red Green Blue C M Y K H S L
Decimal 251 173 178 0 0.31 0.29 0.02 356.15 0.91 0.83
Hex FB AD B2 0 1F 1D 2 164 5B 53
Octal 373 255 262 0 37 35 2 544 133 123
Binary 11111011 10101101 10110010 0 11111 11101 10 101100100 1011011 1010011

Color Harmonies of #FBADB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBADB2

Black with #FBADB2

Text Example


Text Example

White with #FBADB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBADB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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