Html Css Color HEX #FFBCF8 Lavender Rose

📋 copy color: '#FFBCF8'

red 255 ◦ green 188 ◦ blue 248

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

Shades of Lavender Rose #FFBCF8

Tints of Lavender Rose #FFBCF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 35.89%

R = 36.9%
G = 27.21%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#FFBCF8 (or 0xFFBCF8) is known color: Lavender Rose. HEX triplet: FF, BC and F8. RGB value is (255,188,248). Sum of RGB (Red+Green+Blue) = 255+188+248=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 188 (73.83% from 255 or 27.21% from 691); Blue value is 248 (97.27% from 255 or 35.89% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBCF8 is #004307. Grayscale: #D6D6D6. Windows color (decimal): -17160 or 16301311. OLE color: 16301311.

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

Color convert

RGB 255 188 248 -
CMYK 0 0.26 0.03 0
HSL 306.27º 1% 0.87% -
HSV(B) 306.27º 0.26% 1% -
XYZ 76.17 64 97.15 -
YUV 214.87 146.7 156.62 -
System Red Green Blue C M Y K H S L
Decimal 255 188 248 0 0.26 0.03 0 306.27 1 0.87
Hex FF BC F8 0 1A 3 0 132 64 57
Octal 377 274 370 0 32 3 0 462 144 127
Binary 11111111 10111100 11111000 0 11010 11 0 100110010 1100100 1010111

Color Harmonies of #FFBCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBCF8

Black with #FFBCF8

Text Example


Text Example

White with #FFBCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBCF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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