Html Css Color HEX #FFB6F9 Lavender Rose

📋 copy color: '#FFB6F9'

red 255 ◦ green 182 ◦ blue 249

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

Shades of Lavender Rose #FFB6F9

Tints of Lavender Rose #FFB6F9

RGB

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

 GREEN value IS 182 (71.48% from 255) = 26.53%

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

R = 37.17%
G = 26.53%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FFB6F9 (or 0xFFB6F9) is known color: Lavender Rose. HEX triplet: FF, B6 and F9. RGB value is (255,182,249). Sum of RGB (Red+Green+Blue) = 255+182+249=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 182 (71.48% from 255 or 26.53% from 686); Blue value is 249 (97.66% from 255 or 36.30% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB6F9 is #004906. Grayscale: #D3D3D3. Windows color (decimal): -18695 or 16365311. OLE color: 16365311.

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

Color convert

RGB 255 182 249 -
CMYK 0 0.29 0.02 0
HSL 304.93º 1% 0.86% -
HSV(B) 304.93º 0.29% 1% -
XYZ 75.07 61.56 97.55 -
YUV 211.47 149.18 159.05 -
System Red Green Blue C M Y K H S L
Decimal 255 182 249 0 0.29 0.02 0 304.93 1 0.86
Hex FF B6 F9 0 1D 2 0 131 64 56
Octal 377 266 371 0 35 2 0 461 144 126
Binary 11111111 10110110 11111001 0 11101 10 0 100110001 1100100 1010110

Color Harmonies of #FFB6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB6F9

Black with #FFB6F9

Text Example


Text Example

White with #FFB6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB6F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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