Html Css Color HEX #FDBAEE Lavender Rose

📋 copy color: '#FDBAEE'

red 253 ◦ green 186 ◦ blue 238

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

Shades of Lavender Rose #FDBAEE

Tints of Lavender Rose #FDBAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.16%

R = 37.37%
G = 27.47%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FDBAEE (or 0xFDBAEE) is known color: Lavender Rose. HEX triplet: FD, BA and EE. RGB value is (253,186,238). Sum of RGB (Red+Green+Blue) = 253+186+238=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 186 (73.05% from 255 or 27.47% from 677); Blue value is 238 (93.36% from 255 or 35.16% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBAEE is #024511. Grayscale: #D3D3D3. Windows color (decimal): -148754 or 15645437. OLE color: 15645437.

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

Color convert

RGB 253 186 238 -
CMYK 0 0.26 0.06 0.01
HSL 313.43º 0.94% 0.86% -
HSV(B) 313.43º 0.26% 0.99% -
XYZ 73.5 62.17 89.02 -
YUV 211.96 142.7 157.27 -
System Red Green Blue C M Y K H S L
Decimal 253 186 238 0 0.26 0.06 0.01 313.43 0.94 0.86
Hex FD BA EE 0 1A 6 1 139 5E 56
Octal 375 272 356 0 32 6 1 471 136 126
Binary 11111101 10111010 11101110 0 11010 110 1 100111001 1011110 1010110

Color Harmonies of #FDBAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBAEE

Black with #FDBAEE

Text Example


Text Example

White with #FDBAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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