Html Css Color HEX #F8B4F5 Lavender Rose

📋 copy color: '#F8B4F5'

red 248 ◦ green 180 ◦ blue 245

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

Shades of Lavender Rose #F8B4F5

Tints of Lavender Rose #F8B4F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 36.4%

R = 36.85%
G = 26.75%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#F8B4F5 (or 0xF8B4F5) is known color: Lavender Rose. HEX triplet: F8, B4 and F5. RGB value is (248,180,245). Sum of RGB (Red+Green+Blue) = 248+180+245=673 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.85% from 673); Green value is 180 (70.70% from 255 or 26.75% from 673); Blue value is 245 (96.09% from 255 or 36.40% from 673); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B4F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8B4F5 is #074B0A. Grayscale: #CFCFCF. Windows color (decimal): -477963 or 16102648. OLE color: 16102648.

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

Color convert

RGB 248 180 245 -
CMYK 0 0.27 0.01 0.03
HSL 302.65º 0.83% 0.84% -
HSV(B) 302.65º 0.27% 0.97% -
XYZ 71.51 59.19 94.04 -
YUV 207.74 149.03 156.71 -
System Red Green Blue C M Y K H S L
Decimal 248 180 245 0 0.27 0.01 0.03 302.65 0.83 0.84
Hex F8 B4 F5 0 1B 1 3 12F 53 54
Octal 370 264 365 0 33 1 3 457 123 124
Binary 11111000 10110100 11110101 0 11011 1 11 100101111 1010011 1010100

Color Harmonies of #F8B4F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B4F5

Black with #F8B4F5

Text Example


Text Example

White with #F8B4F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B4F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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