Html Css Color HEX #FFB9F8 Lavender Rose

📋 copy color: '#FFB9F8'

red 255 ◦ green 185 ◦ blue 248

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

Shades of Lavender Rose #FFB9F8

Tints of Lavender Rose #FFB9F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.05%

R = 37.06%
G = 26.89%
B = 36.05%

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

#FFB9F8 (or 0xFFB9F8) is known color: Lavender Rose. HEX triplet: FF, B9 and F8. RGB value is (255,185,248). Sum of RGB (Red+Green+Blue) = 255+185+248=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 185 (72.66% from 255 or 26.89% from 688); Blue value is 248 (97.27% from 255 or 36.05% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB9F8 is #004607. Grayscale: #D4D4D4. Windows color (decimal): -17928 or 16300543. OLE color: 16300543.

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

Color convert

RGB 255 185 248 -
CMYK 0 0.27 0.03 0
HSL 306º 1% 0.86% -
HSV(B) 306º 0.27% 1% -
XYZ 75.53 62.74 96.94 -
YUV 213.11 147.69 157.88 -
System Red Green Blue C M Y K H S L
Decimal 255 185 248 0 0.27 0.03 0 306 1 0.86
Hex FF B9 F8 0 1B 3 0 132 64 56
Octal 377 271 370 0 33 3 0 462 144 126
Binary 11111111 10111001 11111000 0 11011 11 0 100110010 1100100 1010110

Color Harmonies of #FFB9F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB9F8

Black with #FFB9F8

Text Example


Text Example

White with #FFB9F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB9F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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