Html Css Color HEX #FFBDFA Lavender Rose

📋 copy color: '#FFBDFA'

red 255 ◦ green 189 ◦ blue 250

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

Shades of Lavender Rose #FFBDFA

Tints of Lavender Rose #FFBDFA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 27.23%

 BLUE value IS 250 (98.05% from 255) = 36.02%

R = 36.74%
G = 27.23%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FFBDFA (or 0xFFBDFA) is known color: Lavender Rose. HEX triplet: FF, BD and FA. RGB value is (255,189,250). Sum of RGB (Red+Green+Blue) = 255+189+250=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 189 (74.22% from 255 or 27.23% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBDFA is #004205. Grayscale: #D7D7D7. Windows color (decimal): -16902 or 16432639. OLE color: 16432639.

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

Color convert

RGB 255 189 250 -
CMYK 0 0.26 0.02 0
HSL 304.55º 1% 0.87% -
HSV(B) 304.55º 0.26% 1% -
XYZ 76.69 64.56 98.86 -
YUV 215.69 147.37 156.04 -
System Red Green Blue C M Y K H S L
Decimal 255 189 250 0 0.26 0.02 0 304.55 1 0.87
Hex FF BD FA 0 1A 2 0 131 64 57
Octal 377 275 372 0 32 2 0 461 144 127
Binary 11111111 10111101 11111010 0 11010 10 0 100110001 1100100 1010111

Color Harmonies of #FFBDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBDFA

Black with #FFBDFA

Text Example


Text Example

White with #FFBDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBDFA; }

 p { color: rgb(255,189,250); }

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

background-color css

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

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

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

border-color css

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

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

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