Html Css Color HEX #FDBBEB Lavender Rose

📋 copy color: '#FDBBEB'

red 253 ◦ green 187 ◦ blue 235

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

Shades of Lavender Rose #FDBBEB

Tints of Lavender Rose #FDBBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.81%

R = 37.48%
G = 27.7%
B = 34.81%

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

#FDBBEB (or 0xFDBBEB) is known color: Lavender Rose. HEX triplet: FD, BB and EB. RGB value is (253,187,235). Sum of RGB (Red+Green+Blue) = 253+187+235=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 187 (73.44% from 255 or 27.70% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBBEB is #024414. Grayscale: #D4D4D4. Windows color (decimal): -148501 or 15449085. OLE color: 15449085.

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

Color convert

RGB 253 187 235 -
CMYK 0 0.26 0.07 0.01
HSL 316.36º 0.94% 0.86% -
HSV(B) 316.36º 0.26% 0.99% -
XYZ 73.27 62.42 86.78 -
YUV 212.21 140.87 157.1 -
System Red Green Blue C M Y K H S L
Decimal 253 187 235 0 0.26 0.07 0.01 316.36 0.94 0.86
Hex FD BB EB 0 1A 7 1 13C 5E 56
Octal 375 273 353 0 32 7 1 474 136 126
Binary 11111101 10111011 11101011 0 11010 111 1 100111100 1011110 1010110

Color Harmonies of #FDBBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBBEB

Black with #FDBBEB

Text Example


Text Example

White with #FDBBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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