Html Css Color HEX #FDBAF3 Lavender Rose

📋 copy color: '#FDBAF3'

red 253 ◦ green 186 ◦ blue 243

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

Shades of Lavender Rose #FDBAF3

Tints of Lavender Rose #FDBAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 35.63%

R = 37.1%
G = 27.27%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FDBAF3 (or 0xFDBAF3) is known color: Lavender Rose. HEX triplet: FD, BA and F3. RGB value is (253,186,243). Sum of RGB (Red+Green+Blue) = 253+186+243=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 186 (73.05% from 255 or 27.27% from 682); Blue value is 243 (95.31% from 255 or 35.63% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBAF3 is #02450C. Grayscale: #D4D4D4. Windows color (decimal): -148749 or 15973117. OLE color: 15973117.

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

Color convert

RGB 253 186 243 -
CMYK 0 0.26 0.04 0.01
HSL 308.96º 0.94% 0.86% -
HSV(B) 308.96º 0.26% 0.99% -
XYZ 74.24 62.47 92.94 -
YUV 212.53 145.2 156.87 -
System Red Green Blue C M Y K H S L
Decimal 253 186 243 0 0.26 0.04 0.01 308.96 0.94 0.86
Hex FD BA F3 0 1A 4 1 135 5E 56
Octal 375 272 363 0 32 4 1 465 136 126
Binary 11111101 10111010 11110011 0 11010 100 1 100110101 1011110 1010110

Color Harmonies of #FDBAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBAF3

Black with #FDBAF3

Text Example


Text Example

White with #FDBAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBAF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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