Html Css Color HEX #FDBAF8 Lavender Rose

📋 copy color: '#FDBAF8'

red 253 ◦ green 186 ◦ blue 248

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

Shades of Lavender Rose #FDBAF8

Tints of Lavender Rose #FDBAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.1%

R = 36.83%
G = 27.07%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FDBAF8 (or 0xFDBAF8) is known color: Lavender Rose. HEX triplet: FD, BA and F8. RGB value is (253,186,248). Sum of RGB (Red+Green+Blue) = 253+186+248=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 186 (73.05% from 255 or 27.07% from 687); Blue value is 248 (97.27% from 255 or 36.10% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBAF8 is #024507. Grayscale: #D4D4D4. Windows color (decimal): -148744 or 16300797. OLE color: 16300797.

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

Color convert

RGB 253 186 248 -
CMYK 0 0.26 0.02 0.01
HSL 304.48º 0.94% 0.86% -
HSV(B) 304.48º 0.26% 0.99% -
XYZ 75.01 62.78 96.97 -
YUV 213.1 147.7 156.46 -
System Red Green Blue C M Y K H S L
Decimal 253 186 248 0 0.26 0.02 0.01 304.48 0.94 0.86
Hex FD BA F8 0 1A 2 1 130 5E 56
Octal 375 272 370 0 32 2 1 460 136 126
Binary 11111101 10111010 11111000 0 11010 10 1 100110000 1011110 1010110

Color Harmonies of #FDBAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBAF8

Black with #FDBAF8

Text Example


Text Example

White with #FDBAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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