Html Css Color HEX #F8B9C1 Light Pink

📋 copy color: '#F8B9C1'

red 248 ◦ green 185 ◦ blue 193

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

Shades of Light Pink #F8B9C1

Tints of Light Pink #F8B9C1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.55%

 BLUE value IS 193 (75.78% from 255) = 30.83%

R = 39.62%
G = 29.55%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F8B9C1 (or 0xF8B9C1) is known color: Light Pink. HEX triplet: F8, B9 and C1. RGB value is (248,185,193). Sum of RGB (Red+Green+Blue) = 248+185+193=626 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.62% from 626); Green value is 185 (72.66% from 255 or 29.55% from 626); Blue value is 193 (75.78% from 255 or 30.83% from 626); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B9C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B9C1 is #07463E. Grayscale: #CCCCCC. Windows color (decimal): -476735 or 12696056. OLE color: 12696056.

HSL color Cylindrical-coordinate representation of color #F8B9C1: hue angle of 352.38º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8B9C1 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 185 193 -
CMYK 0 0.25 0.22 0.03
HSL 352.38º 0.82% 0.85% -
HSV(B) 352.38º 0.25% 0.97% -
XYZ 65.69 58.5 58.28 -
YUV 204.75 121.37 158.85 -
System Red Green Blue C M Y K H S L
Decimal 248 185 193 0 0.25 0.22 0.03 352.38 0.82 0.85
Hex F8 B9 C1 0 19 16 3 160 52 55
Octal 370 271 301 0 31 26 3 540 122 125
Binary 11111000 10111001 11000001 0 11001 10110 11 101100000 1010010 1010101

Color Harmonies of #F8B9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B9C1

Black with #F8B9C1

Text Example


Text Example

White with #F8B9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B9C1; }

 p { color: rgb(248,185,193); }

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

background-color css

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

 a { background-color: rgb(248,185,193); }

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

border-color css

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

 span { border-color: rgb(248,185,193); }

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