Html Css Color HEX #FFB9F9 Lavender Rose

📋 copy color: '#FFB9F9'

red 255 ◦ green 185 ◦ blue 249

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

Shades of Lavender Rose #FFB9F9

Tints of Lavender Rose #FFB9F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.14%

R = 37.01%
G = 26.85%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FFB9F9 (or 0xFFB9F9) is known color: Lavender Rose. HEX triplet: FF, B9 and F9. RGB value is (255,185,249). Sum of RGB (Red+Green+Blue) = 255+185+249=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 185 (72.66% from 255 or 26.85% from 689); Blue value is 249 (97.66% from 255 or 36.14% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB9F9 is #004606. Grayscale: #D5D5D5. Windows color (decimal): -17927 or 16366079. OLE color: 16366079.

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

Color convert

RGB 255 185 249 -
CMYK 0 0.27 0.02 0
HSL 305.14º 1% 0.86% -
HSV(B) 305.14º 0.27% 1% -
XYZ 75.69 62.8 97.75 -
YUV 213.23 148.19 157.8 -
System Red Green Blue C M Y K H S L
Decimal 255 185 249 0 0.27 0.02 0 305.14 1 0.86
Hex FF B9 F9 0 1B 2 0 131 64 56
Octal 377 271 371 0 33 2 0 461 144 126
Binary 11111111 10111001 11111001 0 11011 10 0 100110001 1100100 1010110

Color Harmonies of #FFB9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB9F9

Black with #FFB9F9

Text Example


Text Example

White with #FFB9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB9F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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