Html Css Color HEX #F8B4F7 Lavender Rose

📋 copy color: '#F8B4F7'

red 248 ◦ green 180 ◦ blue 247

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

Shades of Lavender Rose #F8B4F7

Tints of Lavender Rose #F8B4F7

RGB

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

 GREEN value IS 180 (70.7% from 255) = 26.67%

 BLUE value IS 247 (96.88% from 255) = 36.59%

R = 36.74%
G = 26.67%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.00

 K value IS 0.03

RGB Variations

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

Color information

#F8B4F7 (or 0xF8B4F7) is known color: Lavender Rose. HEX triplet: F8, B4 and F7. RGB value is (248,180,247). Sum of RGB (Red+Green+Blue) = 248+180+247=675 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.74% from 675); Green value is 180 (70.70% from 255 or 26.67% from 675); Blue value is 247 (96.88% from 255 or 36.59% from 675); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B4F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8B4F7 is #074B08. Grayscale: #CFCFCF. Windows color (decimal): -477961 or 16233720. OLE color: 16233720.

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

Color convert

RGB 248 180 247 -
CMYK 0 0.27 0.00 0.03
HSL 300.88º 0.83% 0.84% -
HSV(B) 300.88º 0.27% 0.97% -
XYZ 71.82 59.31 95.66 -
YUV 207.97 150.03 156.55 -
System Red Green Blue C M Y K H S L
Decimal 248 180 247 0 0.27 0.00 0.03 300.88 0.83 0.84
Hex F8 B4 F7 0 1B 0 3 12D 53 54
Octal 370 264 367 0 33 0 3 455 123 124
Binary 11111000 10110100 11110111 0 11011 0 11 100101101 1010011 1010100

Color Harmonies of #F8B4F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B4F7

Black with #F8B4F7

Text Example


Text Example

White with #F8B4F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B4F7; }

 p { color: rgb(248,180,247); }

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

background-color css

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

 a { background-color: rgb(248,180,247); }

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

border-color css

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

 span { border-color: rgb(248,180,247); }

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