Html Css Color HEX #FFBFF9 Lavender Rose

📋 copy color: '#FFBFF9'

red 255 ◦ green 191 ◦ blue 249

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

Shades of Lavender Rose #FFBFF9

Tints of Lavender Rose #FFBFF9

RGB

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

 GREEN value IS 191 (75% from 255) = 27.48%

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

R = 36.69%
G = 27.48%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FFBFF9 (or 0xFFBFF9) is known color: Lavender Rose. HEX triplet: FF, BF and F9. RGB value is (255,191,249). Sum of RGB (Red+Green+Blue) = 255+191+249=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 191 (75% from 255 or 27.48% from 695); Blue value is 249 (97.66% from 255 or 35.83% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBFF9 is #004006. Grayscale: #D8D8D8. Windows color (decimal): -16391 or 16367615. OLE color: 16367615.

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

Color convert

RGB 255 191 249 -
CMYK 0 0.25 0.02 0
HSL 305.63º 1% 0.87% -
HSV(B) 305.63º 0.25% 1% -
XYZ 76.97 65.36 98.18 -
YUV 216.75 146.2 155.28 -
System Red Green Blue C M Y K H S L
Decimal 255 191 249 0 0.25 0.02 0 305.63 1 0.87
Hex FF BF F9 0 19 2 0 132 64 57
Octal 377 277 371 0 31 2 0 462 144 127
Binary 11111111 10111111 11111001 0 11001 10 0 100110010 1100100 1010111

Color Harmonies of #FFBFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBFF9

Black with #FFBFF9

Text Example


Text Example

White with #FFBFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBFF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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