Html Css Color HEX #F8B8C0 Light Pink

📋 copy color: '#F8B8C0'

red 248 ◦ green 184 ◦ blue 192

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

Shades of Light Pink #F8B8C0

Tints of Light Pink #F8B8C0

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.49%

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

R = 39.74%
G = 29.49%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F8B8C0 (or 0xF8B8C0) is known color: Light Pink. HEX triplet: F8, B8 and C0. RGB value is (248,184,192). Sum of RGB (Red+Green+Blue) = 248+184+192=624 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.74% from 624); Green value is 184 (72.27% from 255 or 29.49% from 624); Blue value is 192 (75.39% from 255 or 30.77% from 624); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B8C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B8C0 is #07473F. Grayscale: #CCCCCC. Windows color (decimal): -476992 or 12630264. OLE color: 12630264.

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

Color convert

RGB 248 184 192 -
CMYK 0 0.26 0.23 0.03
HSL 352.5º 0.82% 0.85% -
HSV(B) 352.5º 0.26% 0.97% -
XYZ 65.37 58.04 57.63 -
YUV 204.05 121.2 159.35 -
System Red Green Blue C M Y K H S L
Decimal 248 184 192 0 0.26 0.23 0.03 352.5 0.82 0.85
Hex F8 B8 C0 0 1A 17 3 160 52 55
Octal 370 270 300 0 32 27 3 540 122 125
Binary 11111000 10111000 11000000 0 11010 10111 11 101100000 1010010 1010101

Color Harmonies of #F8B8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B8C0

Black with #F8B8C0

Text Example


Text Example

White with #F8B8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B8C0; }

 p { color: rgb(248,184,192); }

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

background-color css

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

 a { background-color: rgb(248,184,192); }

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

border-color css

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

 span { border-color: rgb(248,184,192); }

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