Html Css Color HEX #FDB0E5 Lavender Rose

📋 copy color: '#FDB0E5'

red 253 ◦ green 176 ◦ blue 229

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

Shades of Lavender Rose #FDB0E5

Tints of Lavender Rose #FDB0E5

RGB

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

 GREEN value IS 176 (69.14% from 255) = 26.75%

 BLUE value IS 229 (89.84% from 255) = 34.8%

R = 38.45%
G = 26.75%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDB0E5 (or 0xFDB0E5) is known color: Lavender Rose. HEX triplet: FD, B0 and E5. RGB value is (253,176,229). Sum of RGB (Red+Green+Blue) = 253+176+229=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 176 (69.14% from 255 or 26.75% from 658); Blue value is 229 (89.84% from 255 or 34.80% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB0E5 is #024F1A. Grayscale: #CCCCCC. Windows color (decimal): -151323 or 15053053. OLE color: 15053053.

HSL color Cylindrical-coordinate representation of color #FDB0E5: hue angle of 318.7º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB0E5 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 176 229 -
CMYK 0 0.30 0.09 0.01
HSL 318.7º 0.95% 0.84% -
HSV(B) 318.7º 0.3% 0.99% -
XYZ 70.18 57.59 81.55 -
YUV 205.07 141.51 162.19 -
System Red Green Blue C M Y K H S L
Decimal 253 176 229 0 0.30 0.09 0.01 318.7 0.95 0.84
Hex FD B0 E5 0 1E 9 1 13F 5F 54
Octal 375 260 345 0 36 11 1 477 137 124
Binary 11111101 10110000 11100101 0 11110 1001 1 100111111 1011111 1010100

Color Harmonies of #FDB0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB0E5

Black with #FDB0E5

Text Example


Text Example

White with #FDB0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB0E5; }

 p { color: rgb(253,176,229); }

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

background-color css

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

 a { background-color: rgb(253,176,229); }

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

border-color css

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

 span { border-color: rgb(253,176,229); }

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