Html Css Color HEX #FFBDFD Lavender Rose

📋 copy color: '#FFBDFD'

red 255 ◦ green 189 ◦ blue 253

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

Shades of Lavender Rose #FFBDFD

Tints of Lavender Rose #FFBDFD

RGB

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

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

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

R = 36.59%
G = 27.12%
B = 36.3%

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

#FFBDFD (or 0xFFBDFD) is known color: Lavender Rose. HEX triplet: FF, BD and FD. RGB value is (255,189,253). Sum of RGB (Red+Green+Blue) = 255+189+253=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 189 (74.22% from 255 or 27.12% from 697); Blue value is 253 (99.22% from 255 or 36.30% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBDFD is #004202. Grayscale: #D7D7D7. Windows color (decimal): -16899 or 16629247. OLE color: 16629247.

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

Color convert

RGB 255 189 253 -
CMYK 0 0.26 0.01 0
HSL 301.82º 1% 0.87% -
HSV(B) 301.82º 0.26% 1% -
XYZ 77.17 64.75 101.36 -
YUV 216.03 148.87 155.8 -
System Red Green Blue C M Y K H S L
Decimal 255 189 253 0 0.26 0.01 0 301.82 1 0.87
Hex FF BD FD 0 1A 1 0 12E 64 57
Octal 377 275 375 0 32 1 0 456 144 127
Binary 11111111 10111101 11111101 0 11010 1 0 100101110 1100100 1010111

Color Harmonies of #FFBDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBDFD

Black with #FFBDFD

Text Example


Text Example

White with #FFBDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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