Html Css Color HEX #FDB8EA Lavender Rose

📋 copy color: '#FDB8EA'

red 253 ◦ green 184 ◦ blue 234

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

Shades of Lavender Rose #FDB8EA

Tints of Lavender Rose #FDB8EA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 27.42%

 BLUE value IS 234 (91.8% from 255) = 34.87%

R = 37.7%
G = 27.42%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDB8EA (or 0xFDB8EA) is known color: Lavender Rose. HEX triplet: FD, B8 and EA. RGB value is (253,184,234). Sum of RGB (Red+Green+Blue) = 253+184+234=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 184 (72.27% from 255 or 27.42% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB8EA is #024715. Grayscale: #D2D2D2. Windows color (decimal): -149270 or 15382781. OLE color: 15382781.

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

Color convert

RGB 253 184 234 -
CMYK 0 0.27 0.08 0.01
HSL 316.52º 0.95% 0.86% -
HSV(B) 316.52º 0.27% 0.99% -
XYZ 72.5 61.1 85.82 -
YUV 210.33 141.36 158.43 -
System Red Green Blue C M Y K H S L
Decimal 253 184 234 0 0.27 0.08 0.01 316.52 0.95 0.86
Hex FD B8 EA 0 1B 8 1 13D 5F 56
Octal 375 270 352 0 33 10 1 475 137 126
Binary 11111101 10111000 11101010 0 11011 1000 1 100111101 1011111 1010110

Color Harmonies of #FDB8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB8EA

Black with #FDB8EA

Text Example


Text Example

White with #FDB8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB8EA; }

 p { color: rgb(253,184,234); }

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

background-color css

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

 a { background-color: rgb(253,184,234); }

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

border-color css

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

 span { border-color: rgb(253,184,234); }

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