Html Css Color HEX #FDBAFB Lavender Rose

📋 copy color: '#FDBAFB'

red 253 ◦ green 186 ◦ blue 251

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

Shades of Lavender Rose #FDBAFB

Tints of Lavender Rose #FDBAFB

RGB

 RED value IS 253 (99.22% from 255) = 36.67%

 GREEN value IS 186 (73.05% from 255) = 26.96%

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

R = 36.67%
G = 26.96%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FDBAFB (or 0xFDBAFB) is known color: Lavender Rose. HEX triplet: FD, BA and FB. RGB value is (253,186,251). Sum of RGB (Red+Green+Blue) = 253+186+251=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 186 (73.05% from 255 or 26.96% from 690); Blue value is 251 (98.44% from 255 or 36.38% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBAFB is #024504. Grayscale: #D5D5D5. Windows color (decimal): -148741 or 16497405. OLE color: 16497405.

HSL color Cylindrical-coordinate representation of color #FDBAFB: hue angle of 301.79º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDBAFB is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 186 251 -
CMYK 0 0.26 0.01 0.01
HSL 301.79º 0.94% 0.86% -
HSV(B) 301.79º 0.26% 0.99% -
XYZ 75.48 62.97 99.44 -
YUV 213.44 149.2 156.21 -
System Red Green Blue C M Y K H S L
Decimal 253 186 251 0 0.26 0.01 0.01 301.79 0.94 0.86
Hex FD BA FB 0 1A 1 1 12E 5E 56
Octal 375 272 373 0 32 1 1 456 136 126
Binary 11111101 10111010 11111011 0 11010 1 1 100101110 1011110 1010110

Color Harmonies of #FDBAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBAFB

Black with #FDBAFB

Text Example


Text Example

White with #FDBAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBAFB; }

 p { color: rgb(253,186,251); }

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

background-color css

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

 a { background-color: rgb(253,186,251); }

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

border-color css

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

 span { border-color: rgb(253,186,251); }

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