Html Css Color HEX #F8A8F4 Lavender Rose

📋 copy color: '#F8A8F4'

red 248 ◦ green 168 ◦ blue 244

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

Shades of Lavender Rose #F8A8F4

Tints of Lavender Rose #F8A8F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 36.97%

R = 37.58%
G = 25.45%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F8A8F4 (or 0xF8A8F4) is known color: Lavender Rose. HEX triplet: F8, A8 and F4. RGB value is (248,168,244). Sum of RGB (Red+Green+Blue) = 248+168+244=660 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.58% from 660); Green value is 168 (66.02% from 255 or 25.45% from 660); Blue value is 244 (95.70% from 255 or 36.97% from 660); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A8F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A8F4 is #07570B. Grayscale: #C8C8C8. Windows color (decimal): -481036 or 16034040. OLE color: 16034040.

HSL color Cylindrical-coordinate representation of color #F8A8F4: hue angle of 303º 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 #F8A8F4 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 168 244 -
CMYK 0 0.32 0.02 0.03
HSL 303º 0.85% 0.82% -
HSV(B) 303º 0.32% 0.97% -
XYZ 69.04 54.49 92.47 -
YUV 200.58 152.5 161.82 -
System Red Green Blue C M Y K H S L
Decimal 248 168 244 0 0.32 0.02 0.03 303 0.85 0.82
Hex F8 A8 F4 0 20 2 3 12F 55 52
Octal 370 250 364 0 40 2 3 457 125 122
Binary 11111000 10101000 11110100 0 100000 10 11 100101111 1010101 1010010

Color Harmonies of #F8A8F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A8F4

Black with #F8A8F4

Text Example


Text Example

White with #F8A8F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A8F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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