Html Css Color HEX #FDBBE9 Lavender Rose

📋 copy color: '#FDBBE9'

red 253 ◦ green 187 ◦ blue 233

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

Shades of Lavender Rose #FDBBE9

Tints of Lavender Rose #FDBBE9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 27.79%

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

R = 37.59%
G = 27.79%
B = 34.62%

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

#FDBBE9 (or 0xFDBBE9) is known color: Lavender Rose. HEX triplet: FD, BB and E9. RGB value is (253,187,233). Sum of RGB (Red+Green+Blue) = 253+187+233=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 187 (73.44% from 255 or 27.79% from 673); Blue value is 233 (91.41% from 255 or 34.62% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBBE9 is #024416. Grayscale: #D3D3D3. Windows color (decimal): -148503 or 15318013. OLE color: 15318013.

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

Color convert

RGB 253 187 233 -
CMYK 0 0.26 0.08 0.01
HSL 318.18º 0.94% 0.86% -
HSV(B) 318.18º 0.26% 0.99% -
XYZ 72.99 62.31 85.27 -
YUV 211.98 139.87 157.26 -
System Red Green Blue C M Y K H S L
Decimal 253 187 233 0 0.26 0.08 0.01 318.18 0.94 0.86
Hex FD BB E9 0 1A 8 1 13E 5E 56
Octal 375 273 351 0 32 10 1 476 136 126
Binary 11111101 10111011 11101001 0 11010 1000 1 100111110 1011110 1010110

Color Harmonies of #FDBBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBBE9

Black with #FDBBE9

Text Example


Text Example

White with #FDBBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBBE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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