Html Css Color HEX #FFBAFF Lavender Rose

📋 copy color: '#FFBAFF'

red 255 ◦ green 186 ◦ blue 255

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

Shades of Lavender Rose #FFBAFF

Tints of Lavender Rose #FFBAFF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 26.72%

 BLUE value IS 255 (100% from 255) = 36.64%

R = 36.64%
G = 26.72%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FFBAFF (or 0xFFBAFF) is known color: Lavender Rose. HEX triplet: FF, BA and FF. RGB value is (255,186,255). Sum of RGB (Red+Green+Blue) = 255+186+255=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 186 (73.05% from 255 or 26.72% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFBAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBAFF is #004500. Grayscale: #D6D6D6. Windows color (decimal): -17665 or 16759551. OLE color: 16759551.

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

Color convert

RGB 255 186 255 -
CMYK 0 0.27 0 0
HSL 300º 1% 0.86% -
HSV(B) 300º 0.27% 1% -
XYZ 76.85 63.6 102.83 -
YUV 214.5 150.86 156.89 -
System Red Green Blue C M Y K H S L
Decimal 255 186 255 0 0.27 0 0 300 1 0.86
Hex FF BA FF 0 1B 0 0 12C 64 56
Octal 377 272 377 0 33 0 0 454 144 126
Binary 11111111 10111010 11111111 0 11011 0 0 100101100 1100100 1010110

Color Harmonies of #FFBAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBAFF

Black with #FFBAFF

Text Example


Text Example

White with #FFBAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBAFF; }

 p { color: rgb(255,186,255); }

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

background-color css

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

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

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

border-color css

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

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

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