Html Css Color HEX #FFBCFD Lavender Rose

📋 copy color: '#FFBCFD'

red 255 ◦ green 188 ◦ blue 253

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

Shades of Lavender Rose #FFBCFD

Tints of Lavender Rose #FFBCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.35%

R = 36.64%
G = 27.01%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FFBCFD (or 0xFFBCFD) is known color: Lavender Rose. HEX triplet: FF, BC and FD. RGB value is (255,188,253). Sum of RGB (Red+Green+Blue) = 255+188+253=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 188 (73.83% from 255 or 27.01% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBCFD is #004302. Grayscale: #D7D7D7. Windows color (decimal): -17155 or 16628991. OLE color: 16628991.

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

Color convert

RGB 255 188 253 -
CMYK 0 0.26 0.01 0
HSL 301.79º 1% 0.87% -
HSV(B) 301.79º 0.26% 1% -
XYZ 76.95 64.32 101.29 -
YUV 215.44 149.2 156.21 -
System Red Green Blue C M Y K H S L
Decimal 255 188 253 0 0.26 0.01 0 301.79 1 0.87
Hex FF BC FD 0 1A 1 0 12E 64 57
Octal 377 274 375 0 32 1 0 456 144 127
Binary 11111111 10111100 11111101 0 11010 1 0 100101110 1100100 1010111

Color Harmonies of #FFBCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBCFD

Black with #FFBCFD

Text Example


Text Example

White with #FFBCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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