Html Css Color HEX #FFB9FE Lavender Rose

📋 copy color: '#FFB9FE'

red 255 ◦ green 185 ◦ blue 254

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

Shades of Lavender Rose #FFB9FE

Tints of Lavender Rose #FFB9FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.6%

R = 36.74%
G = 26.66%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#FFB9FE (or 0xFFB9FE) is known color: Lavender Rose. HEX triplet: FF, B9 and FE. RGB value is (255,185,254). Sum of RGB (Red+Green+Blue) = 255+185+254=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 185 (72.66% from 255 or 26.66% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB9FE is #004601. Grayscale: #D5D5D5. Windows color (decimal): -17922 or 16693759. OLE color: 16693759.

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

Color convert

RGB 255 185 254 -
CMYK 0 0.27 0.00 0
HSL 300.86º 1% 0.86% -
HSV(B) 300.86º 0.27% 1% -
XYZ 76.48 63.11 101.92 -
YUV 213.8 150.69 157.39 -
System Red Green Blue C M Y K H S L
Decimal 255 185 254 0 0.27 0.00 0 300.86 1 0.86
Hex FF B9 FE 0 1B 0 0 12D 64 56
Octal 377 271 376 0 33 0 0 455 144 126
Binary 11111111 10111001 11111110 0 11011 0 0 100101101 1100100 1010110

Color Harmonies of #FFB9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB9FE

Black with #FFB9FE

Text Example


Text Example

White with #FFB9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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