Html Css Color HEX #FDBBE7 Lavender Rose

📋 copy color: '#FDBBE7'

red 253 ◦ green 187 ◦ blue 231

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

Shades of Lavender Rose #FDBBE7

Tints of Lavender Rose #FDBBE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.43%

R = 37.7%
G = 27.87%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDBBE7 (or 0xFDBBE7) is known color: Lavender Rose. HEX triplet: FD, BB and E7. RGB value is (253,187,231). Sum of RGB (Red+Green+Blue) = 253+187+231=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 187 (73.44% from 255 or 27.87% from 671); Blue value is 231 (90.62% from 255 or 34.43% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBBE7 is #024418. Grayscale: #D3D3D3. Windows color (decimal): -148505 or 15186941. OLE color: 15186941.

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

Color convert

RGB 253 187 231 -
CMYK 0 0.26 0.09 0.01
HSL 320º 0.94% 0.86% -
HSV(B) 320º 0.26% 0.99% -
XYZ 72.7 62.19 83.77 -
YUV 211.75 138.87 157.42 -
System Red Green Blue C M Y K H S L
Decimal 253 187 231 0 0.26 0.09 0.01 320 0.94 0.86
Hex FD BB E7 0 1A 9 1 140 5E 56
Octal 375 273 347 0 32 11 1 500 136 126
Binary 11111101 10111011 11100111 0 11010 1001 1 101000000 1011110 1010110

Color Harmonies of #FDBBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBBE7

Black with #FDBBE7

Text Example


Text Example

White with #FDBBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBBE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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