Html Css Color HEX #F8B7F1 Lavender Rose

📋 copy color: '#F8B7F1'

red 248 ◦ green 183 ◦ blue 241

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

Shades of Lavender Rose #F8B7F1

Tints of Lavender Rose #F8B7F1

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.23%

 BLUE value IS 241 (94.53% from 255) = 35.86%

R = 36.9%
G = 27.23%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F8B7F1 (or 0xF8B7F1) is known color: Lavender Rose. HEX triplet: F8, B7 and F1. RGB value is (248,183,241). Sum of RGB (Red+Green+Blue) = 248+183+241=672 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.90% from 672); Green value is 183 (71.88% from 255 or 27.23% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B7F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8B7F1 is #07480E. Grayscale: #D0D0D0. Windows color (decimal): -477199 or 15841272. OLE color: 15841272.

HSL color Cylindrical-coordinate representation of color #F8B7F1: hue angle of 306.46º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F8B7F1 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 183 241 -
CMYK 0 0.26 0.03 0.03
HSL 306.46º 0.82% 0.85% -
HSV(B) 306.46º 0.26% 0.97% -
XYZ 71.52 60.17 91.06 -
YUV 209.05 146.03 155.78 -
System Red Green Blue C M Y K H S L
Decimal 248 183 241 0 0.26 0.03 0.03 306.46 0.82 0.85
Hex F8 B7 F1 0 1A 3 3 132 52 55
Octal 370 267 361 0 32 3 3 462 122 125
Binary 11111000 10110111 11110001 0 11010 11 11 100110010 1010010 1010101

Color Harmonies of #F8B7F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B7F1

Black with #F8B7F1

Text Example


Text Example

White with #F8B7F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B7F1; }

 p { color: rgb(248,183,241); }

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

background-color css

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

 a { background-color: rgb(248,183,241); }

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

border-color css

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

 span { border-color: rgb(248,183,241); }

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