Html Css Color HEX #F8A8DB Lavender Rose

📋 copy color: '#F8A8DB'

red 248 ◦ green 168 ◦ blue 219

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

Shades of Lavender Rose #F8A8DB

Tints of Lavender Rose #F8A8DB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.46%

 BLUE value IS 219 (85.94% from 255) = 34.49%

R = 39.06%
G = 26.46%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F8A8DB (or 0xF8A8DB) is known color: Lavender Rose. HEX triplet: F8, A8 and DB. RGB value is (248,168,219). Sum of RGB (Red+Green+Blue) = 248+168+219=635 (84% of max value = 765). Red value is 248 (97.27% from 255 or 39.06% from 635); Green value is 168 (66.02% from 255 or 26.46% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A8DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A8DB is #075724. Grayscale: #C5C5C5. Windows color (decimal): -481061 or 14395640. OLE color: 14395640.

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

Color convert

RGB 248 168 219 -
CMYK 0 0.32 0.12 0.03
HSL 321.75º 0.85% 0.82% -
HSV(B) 321.75º 0.32% 0.97% -
XYZ 65.5 53.08 73.81 -
YUV 197.73 140 163.85 -
System Red Green Blue C M Y K H S L
Decimal 248 168 219 0 0.32 0.12 0.03 321.75 0.85 0.82
Hex F8 A8 DB 0 20 C 3 142 55 52
Octal 370 250 333 0 40 14 3 502 125 122
Binary 11111000 10101000 11011011 0 100000 1100 11 101000010 1010101 1010010

Color Harmonies of #F8A8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A8DB

Black with #F8A8DB

Text Example


Text Example

White with #F8A8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A8DB; }

 p { color: rgb(248,168,219); }

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

background-color css

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

 a { background-color: rgb(248,168,219); }

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

border-color css

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

 span { border-color: rgb(248,168,219); }

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