Html Css Color HEX #FDBAF5 Lavender Rose

📋 copy color: '#FDBAF5'

red 253 ◦ green 186 ◦ blue 245

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

Shades of Lavender Rose #FDBAF5

Tints of Lavender Rose #FDBAF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 35.82%

R = 36.99%
G = 27.19%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FDBAF5 (or 0xFDBAF5) is known color: Lavender Rose. HEX triplet: FD, BA and F5. RGB value is (253,186,245). Sum of RGB (Red+Green+Blue) = 253+186+245=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 186 (73.05% from 255 or 27.19% from 684); Blue value is 245 (96.09% from 255 or 35.82% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBAF5 is #02450A. Grayscale: #D4D4D4. Windows color (decimal): -148747 or 16104189. OLE color: 16104189.

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

Color convert

RGB 253 186 245 -
CMYK 0 0.26 0.03 0.01
HSL 307.16º 0.94% 0.86% -
HSV(B) 307.16º 0.26% 0.99% -
XYZ 74.55 62.59 94.54 -
YUV 212.76 146.2 156.7 -
System Red Green Blue C M Y K H S L
Decimal 253 186 245 0 0.26 0.03 0.01 307.16 0.94 0.86
Hex FD BA F5 0 1A 3 1 133 5E 56
Octal 375 272 365 0 32 3 1 463 136 126
Binary 11111101 10111010 11110101 0 11010 11 1 100110011 1011110 1010110

Color Harmonies of #FDBAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBAF5

Black with #FDBAF5

Text Example


Text Example

White with #FDBAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBAF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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