Html Css Color HEX #FFB9F7 Lavender Rose

📋 copy color: '#FFB9F7'

red 255 ◦ green 185 ◦ blue 247

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

Shades of Lavender Rose #FFB9F7

Tints of Lavender Rose #FFB9F7

RGB

 RED value IS 255 (100% from 255) = 37.12%

 GREEN value IS 185 (72.66% from 255) = 26.93%

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

R = 37.12%
G = 26.93%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#FFB9F7 (or 0xFFB9F7) is known color: Lavender Rose. HEX triplet: FF, B9 and F7. RGB value is (255,185,247). Sum of RGB (Red+Green+Blue) = 255+185+247=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 185 (72.66% from 255 or 26.93% from 687); Blue value is 247 (96.88% from 255 or 35.95% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB9F7 is #004608. Grayscale: #D4D4D4. Windows color (decimal): -17929 or 16235007. OLE color: 16235007.

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

Color convert

RGB 255 185 247 -
CMYK 0 0.27 0.03 0
HSL 306.86º 1% 0.86% -
HSV(B) 306.86º 0.27% 1% -
XYZ 75.38 62.67 96.12 -
YUV 213 147.19 157.96 -
System Red Green Blue C M Y K H S L
Decimal 255 185 247 0 0.27 0.03 0 306.86 1 0.86
Hex FF B9 F7 0 1B 3 0 133 64 56
Octal 377 271 367 0 33 3 0 463 144 126
Binary 11111111 10111001 11110111 0 11011 11 0 100110011 1100100 1010110

Color Harmonies of #FFB9F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB9F7

Black with #FFB9F7

Text Example


Text Example

White with #FFB9F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB9F7; }

 p { color: rgb(255,185,247); }

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

background-color css

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

 a { background-color: rgb(255,185,247); }

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

border-color css

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

 span { border-color: rgb(255,185,247); }

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