Html Css Color HEX #FFBDFB Lavender Rose

📋 copy color: '#FFBDFB'

red 255 ◦ green 189 ◦ blue 251

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

Shades of Lavender Rose #FFBDFB

Tints of Lavender Rose #FFBDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.12%

R = 36.69%
G = 27.19%
B = 36.12%

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

#FFBDFB (or 0xFFBDFB) is known color: Lavender Rose. HEX triplet: FF, BD and FB. RGB value is (255,189,251). Sum of RGB (Red+Green+Blue) = 255+189+251=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 189 (74.22% from 255 or 27.19% from 695); Blue value is 251 (98.44% from 255 or 36.12% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBDFB is #004204. Grayscale: #D7D7D7. Windows color (decimal): -16901 or 16498175. OLE color: 16498175.

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

Color convert

RGB 255 189 251 -
CMYK 0 0.26 0.02 0
HSL 303.64º 1% 0.87% -
HSV(B) 303.64º 0.26% 1% -
XYZ 76.85 64.62 99.69 -
YUV 215.8 147.87 155.96 -
System Red Green Blue C M Y K H S L
Decimal 255 189 251 0 0.26 0.02 0 303.64 1 0.87
Hex FF BD FB 0 1A 2 0 130 64 57
Octal 377 275 373 0 32 2 0 460 144 127
Binary 11111111 10111101 11111011 0 11010 10 0 100110000 1100100 1010111

Color Harmonies of #FFBDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBDFB

Black with #FFBDFB

Text Example


Text Example

White with #FFBDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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