Html Css Color HEX #F8B6F2 Lavender Rose

📋 copy color: '#F8B6F2'

red 248 ◦ green 182 ◦ blue 242

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

Shades of Lavender Rose #F8B6F2

Tints of Lavender Rose #F8B6F2

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.08%

 BLUE value IS 242 (94.92% from 255) = 36.01%

R = 36.9%
G = 27.08%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F8B6F2 (or 0xF8B6F2) is known color: Lavender Rose. HEX triplet: F8, B6 and F2. RGB value is (248,182,242). Sum of RGB (Red+Green+Blue) = 248+182+242=672 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.90% from 672); Green value is 182 (71.48% from 255 or 27.08% from 672); Blue value is 242 (94.92% from 255 or 36.01% from 672); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B6F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8B6F2 is #07490D. Grayscale: #D0D0D0. Windows color (decimal): -477454 or 15906552. OLE color: 15906552.

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

Color convert

RGB 248 182 242 -
CMYK 0 0.27 0.02 0.03
HSL 305.45º 0.83% 0.84% -
HSV(B) 305.45º 0.27% 0.97% -
XYZ 71.47 59.82 91.78 -
YUV 208.57 146.87 156.12 -
System Red Green Blue C M Y K H S L
Decimal 248 182 242 0 0.27 0.02 0.03 305.45 0.83 0.84
Hex F8 B6 F2 0 1B 2 3 131 52 54
Octal 370 266 362 0 33 2 3 461 122 124
Binary 11111000 10110110 11110010 0 11011 10 11 100110001 1010010 1010100

Color Harmonies of #F8B6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B6F2

Black with #F8B6F2

Text Example


Text Example

White with #F8B6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B6F2; }

 p { color: rgb(248,182,242); }

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

background-color css

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

 a { background-color: rgb(248,182,242); }

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

border-color css

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

 span { border-color: rgb(248,182,242); }

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