Html Css Color HEX #F8B0D4 Lavender Pink

📋 copy color: '#F8B0D4'

red 248 ◦ green 176 ◦ blue 212

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

Shades of Lavender Pink #F8B0D4

Tints of Lavender Pink #F8B0D4

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.67%

 BLUE value IS 212 (83.2% from 255) = 33.33%

R = 38.99%
G = 27.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F8B0D4 (or 0xF8B0D4) is known color: Lavender Pink. HEX triplet: F8, B0 and D4. RGB value is (248,176,212). Sum of RGB (Red+Green+Blue) = 248+176+212=636 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.99% from 636); Green value is 176 (69.14% from 255 or 27.67% from 636); Blue value is 212 (83.20% from 255 or 33.33% from 636); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B0D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B0D4 is #074F2B. Grayscale: #C9C9C9. Windows color (decimal): -479020 or 13938936. OLE color: 13938936.

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

Color convert

RGB 248 176 212 -
CMYK 0 0.29 0.15 0.03
HSL 330º 0.84% 0.83% -
HSV(B) 330º 0.29% 0.97% -
XYZ 66.12 55.76 69.57 -
YUV 201.63 133.85 161.07 -
System Red Green Blue C M Y K H S L
Decimal 248 176 212 0 0.29 0.15 0.03 330 0.84 0.83
Hex F8 B0 D4 0 1D F 3 14A 54 53
Octal 370 260 324 0 35 17 3 512 124 123
Binary 11111000 10110000 11010100 0 11101 1111 11 101001010 1010100 1010011

Color Harmonies of #F8B0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B0D4

Black with #F8B0D4

Text Example


Text Example

White with #F8B0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B0D4; }

 p { color: rgb(248,176,212); }

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

background-color css

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

 a { background-color: rgb(248,176,212); }

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

border-color css

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

 span { border-color: rgb(248,176,212); }

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