Html Css Color HEX #FFBAEC Lavender Rose

📋 copy color: '#FFBAEC'

red 255 ◦ green 186 ◦ blue 236

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

Shades of Lavender Rose #FFBAEC

Tints of Lavender Rose #FFBAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.86%

R = 37.67%
G = 27.47%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FFBAEC (or 0xFFBAEC) is known color: Lavender Rose. HEX triplet: FF, BA and EC. RGB value is (255,186,236). Sum of RGB (Red+Green+Blue) = 255+186+236=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 186 (73.05% from 255 or 27.47% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBAEC is #004513. Grayscale: #D4D4D4. Windows color (decimal): -17684 or 15514367. OLE color: 15514367.

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

Color convert

RGB 255 186 236 -
CMYK 0 0.27 0.07 0
HSL 316.52º 1% 0.86% -
HSV(B) 316.52º 0.27% 1% -
XYZ 73.94 62.43 87.51 -
YUV 212.33 141.36 158.43 -
System Red Green Blue C M Y K H S L
Decimal 255 186 236 0 0.27 0.07 0 316.52 1 0.86
Hex FF BA EC 0 1B 7 0 13D 64 56
Octal 377 272 354 0 33 7 0 475 144 126
Binary 11111111 10111010 11101100 0 11011 111 0 100111101 1100100 1010110

Color Harmonies of #FFBAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBAEC

Black with #FFBAEC

Text Example


Text Example

White with #FFBAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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