Html Css Color HEX #FDBAE9 Lavender Rose

📋 copy color: '#FDBAE9'

red 253 ◦ green 186 ◦ blue 233

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

Shades of Lavender Rose #FDBAE9

Tints of Lavender Rose #FDBAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 34.67%

R = 37.65%
G = 27.68%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDBAE9 (or 0xFDBAE9) is known color: Lavender Rose. HEX triplet: FD, BA and E9. RGB value is (253,186,233). Sum of RGB (Red+Green+Blue) = 253+186+233=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 186 (73.05% from 255 or 27.68% from 672); Blue value is 233 (91.41% from 255 or 34.67% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBAE9 is #024516. Grayscale: #D3D3D3. Windows color (decimal): -148759 or 15317757. OLE color: 15317757.

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

Color convert

RGB 253 186 233 -
CMYK 0 0.26 0.08 0.01
HSL 317.91º 0.94% 0.86% -
HSV(B) 317.91º 0.26% 0.99% -
XYZ 72.77 61.88 85.2 -
YUV 211.39 140.2 157.68 -
System Red Green Blue C M Y K H S L
Decimal 253 186 233 0 0.26 0.08 0.01 317.91 0.94 0.86
Hex FD BA E9 0 1A 8 1 13E 5E 56
Octal 375 272 351 0 32 10 1 476 136 126
Binary 11111101 10111010 11101001 0 11010 1000 1 100111110 1011110 1010110

Color Harmonies of #FDBAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBAE9

Black with #FDBAE9

Text Example


Text Example

White with #FDBAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBAE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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