Html Css Color HEX #F8B2B5 Light Pink

📋 copy color: '#F8B2B5'

red 248 ◦ green 178 ◦ blue 181

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

Shades of Light Pink #F8B2B5

Tints of Light Pink #F8B2B5

RGB

 RED value IS 248 (97.27% from 255) = 40.86%

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

 BLUE value IS 181 (71.09% from 255) = 29.82%

R = 40.86%
G = 29.32%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F8B2B5 (or 0xF8B2B5) is known color: Light Pink. HEX triplet: F8, B2 and B5. RGB value is (248,178,181). Sum of RGB (Red+Green+Blue) = 248+178+181=607 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.86% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 181 (71.09% from 255 or 29.82% from 607); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B2B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B2B5 is #074D4A. Grayscale: #C7C7C7. Windows color (decimal): -478539 or 11907832. OLE color: 11907832.

HSL color Cylindrical-coordinate representation of color #F8B2B5: hue angle of 357.43º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F8B2B5 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 178 181 -
CMYK 0 0.28 0.27 0.03
HSL 357.43º 0.83% 0.84% -
HSV(B) 357.43º 0.28% 0.97% -
XYZ 62.97 55.13 51.04 -
YUV 199.27 117.69 162.76 -
System Red Green Blue C M Y K H S L
Decimal 248 178 181 0 0.28 0.27 0.03 357.43 0.83 0.84
Hex F8 B2 B5 0 1C 1B 3 165 53 54
Octal 370 262 265 0 34 33 3 545 123 124
Binary 11111000 10110010 10110101 0 11100 11011 11 101100101 1010011 1010100

Color Harmonies of #F8B2B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B2B5

Black with #F8B2B5

Text Example


Text Example

White with #F8B2B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B2B5; }

 p { color: rgb(248,178,181); }

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

background-color css

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

 a { background-color: rgb(248,178,181); }

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

border-color css

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

 span { border-color: rgb(248,178,181); }

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