Html Css Color HEX #F8B2BC Light Pink

📋 copy color: '#F8B2BC'

red 248 ◦ green 178 ◦ blue 188

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

Shades of Light Pink #F8B2BC

Tints of Light Pink #F8B2BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.62%

R = 40.39%
G = 28.99%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F8B2BC (or 0xF8B2BC) is known color: Light Pink. HEX triplet: F8, B2 and BC. RGB value is (248,178,188). Sum of RGB (Red+Green+Blue) = 248+178+188=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 178 (69.92% from 255 or 28.99% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B2BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B2BC is #074D43. Grayscale: #C8C8C8. Windows color (decimal): -478532 or 12366584. OLE color: 12366584.

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

Color convert

RGB 248 178 188 -
CMYK 0 0.28 0.24 0.03
HSL 351.43º 0.83% 0.84% -
HSV(B) 351.43º 0.28% 0.97% -
XYZ 63.71 55.43 54.92 -
YUV 200.07 121.19 162.19 -
System Red Green Blue C M Y K H S L
Decimal 248 178 188 0 0.28 0.24 0.03 351.43 0.83 0.84
Hex F8 B2 BC 0 1C 18 3 15F 53 54
Octal 370 262 274 0 34 30 3 537 123 124
Binary 11111000 10110010 10111100 0 11100 11000 11 101011111 1010011 1010100

Color Harmonies of #F8B2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B2BC

Black with #F8B2BC

Text Example


Text Example

White with #F8B2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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