Html Css Color HEX #F8B4FA Lavender Rose

📋 copy color: '#F8B4FA'

red 248 ◦ green 180 ◦ blue 250

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

Shades of Lavender Rose #F8B4FA

Tints of Lavender Rose #F8B4FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.87%

R = 36.58%
G = 26.55%
B = 36.87%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F8B4FA (or 0xF8B4FA) is known color: Lavender Rose. HEX triplet: F8, B4 and FA. RGB value is (248,180,250). Sum of RGB (Red+Green+Blue) = 248+180+250=678 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.58% from 678); Green value is 180 (70.70% from 255 or 26.55% from 678); Blue value is 250 (98.05% from 255 or 36.87% from 678); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8B4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8B4FA is #074B05. Grayscale: #D0D0D0. Windows color (decimal): -477958 or 16430328. OLE color: 16430328.

HSL color Cylindrical-coordinate representation of color #F8B4FA: hue angle of 298.29º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F8B4FA is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 180 250 -
CMYK 0.01 0.28 0 0.02
HSL 298.29º 0.88% 0.84% -
HSV(B) 298.29º 0.28% 0.98% -
XYZ 72.29 59.5 98.12 -
YUV 208.31 151.53 156.31 -
System Red Green Blue C M Y K H S L
Decimal 248 180 250 0.01 0.28 0 0.02 298.29 0.88 0.84
Hex F8 B4 FA 1 1C 0 2 12A 58 54
Octal 370 264 372 1 34 0 2 452 130 124
Binary 11111000 10110100 11111010 1 11100 0 10 100101010 1011000 1010100

Color Harmonies of #F8B4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B4FA

Black with #F8B4FA

Text Example


Text Example

White with #F8B4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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