Html Css Color HEX #FDBAEC Lavender Rose

📋 copy color: '#FDBAEC'

red 253 ◦ green 186 ◦ blue 236

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

Shades of Lavender Rose #FDBAEC

Tints of Lavender Rose #FDBAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.96%

R = 37.48%
G = 27.56%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FDBAEC (or 0xFDBAEC) is known color: Lavender Rose. HEX triplet: FD, BA and EC. RGB value is (253,186,236). Sum of RGB (Red+Green+Blue) = 253+186+236=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 186 (73.05% from 255 or 27.56% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBAEC is #024513. Grayscale: #D3D3D3. Windows color (decimal): -148756 or 15514365. OLE color: 15514365.

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

Color convert

RGB 253 186 236 -
CMYK 0 0.26 0.07 0.01
HSL 315.22º 0.94% 0.86% -
HSV(B) 315.22º 0.26% 0.99% -
XYZ 73.21 62.06 87.48 -
YUV 211.73 141.7 157.43 -
System Red Green Blue C M Y K H S L
Decimal 253 186 236 0 0.26 0.07 0.01 315.22 0.94 0.86
Hex FD BA EC 0 1A 7 1 13B 5E 56
Octal 375 272 354 0 32 7 1 473 136 126
Binary 11111101 10111010 11101100 0 11010 111 1 100111011 1011110 1010110

Color Harmonies of #FDBAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBAEC

Black with #FDBAEC

Text Example


Text Example

White with #FDBAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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