Html Css Color HEX #FFBCFE Lavender Rose

📋 copy color: '#FFBCFE'

red 255 ◦ green 188 ◦ blue 254

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

Shades of Lavender Rose #FFBCFE

Tints of Lavender Rose #FFBCFE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 26.97%

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

R = 36.59%
G = 26.97%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#FFBCFE (or 0xFFBCFE) is known color: Lavender Rose. HEX triplet: FF, BC and FE. RGB value is (255,188,254). Sum of RGB (Red+Green+Blue) = 255+188+254=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 188 (73.83% from 255 or 26.97% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBCFE is #004301. Grayscale: #D7D7D7. Windows color (decimal): -17154 or 16694527. OLE color: 16694527.

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

Color convert

RGB 255 188 254 -
CMYK 0 0.26 0.00 0
HSL 300.9º 1% 0.87% -
HSV(B) 300.9º 0.26% 1% -
XYZ 77.11 64.38 102.13 -
YUV 215.56 149.7 156.13 -
System Red Green Blue C M Y K H S L
Decimal 255 188 254 0 0.26 0.00 0 300.9 1 0.87
Hex FF BC FE 0 1A 0 0 12D 64 57
Octal 377 274 376 0 32 0 0 455 144 127
Binary 11111111 10111100 11111110 0 11010 0 0 100101101 1100100 1010111

Color Harmonies of #FFBCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBCFE

Black with #FFBCFE

Text Example


Text Example

White with #FFBCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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