Html Css Color HEX #FDB4EB Lavender Rose

📋 copy color: '#FDB4EB'

red 253 ◦ green 180 ◦ blue 235

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

Shades of Lavender Rose #FDB4EB

Tints of Lavender Rose #FDB4EB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 26.95%

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

R = 37.87%
G = 26.95%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FDB4EB (or 0xFDB4EB) is known color: Lavender Rose. HEX triplet: FD, B4 and EB. RGB value is (253,180,235). Sum of RGB (Red+Green+Blue) = 253+180+235=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 180 (70.70% from 255 or 26.95% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB4EB is #024B14. Grayscale: #CFCFCF. Windows color (decimal): -150293 or 15447293. OLE color: 15447293.

HSL color Cylindrical-coordinate representation of color #FDB4EB: hue angle of 314.79º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDB4EB is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 180 235 -
CMYK 0 0.29 0.07 0.01
HSL 314.79º 0.95% 0.85% -
HSV(B) 314.79º 0.29% 0.99% -
XYZ 71.82 59.52 86.3 -
YUV 208.1 143.18 160.03 -
System Red Green Blue C M Y K H S L
Decimal 253 180 235 0 0.29 0.07 0.01 314.79 0.95 0.85
Hex FD B4 EB 0 1D 7 1 13B 5F 55
Octal 375 264 353 0 35 7 1 473 137 125
Binary 11111101 10110100 11101011 0 11101 111 1 100111011 1011111 1010101

Color Harmonies of #FDB4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB4EB

Black with #FDB4EB

Text Example


Text Example

White with #FDB4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB4EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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