Html Css Color HEX #FDB8E8 Lavender Rose

📋 copy color: '#FDB8E8'

red 253 ◦ green 184 ◦ blue 232

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

Shades of Lavender Rose #FDB8E8

Tints of Lavender Rose #FDB8E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 34.68%

R = 37.82%
G = 27.5%
B = 34.68%

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

#FDB8E8 (or 0xFDB8E8) is known color: Lavender Rose. HEX triplet: FD, B8 and E8. RGB value is (253,184,232). Sum of RGB (Red+Green+Blue) = 253+184+232=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 184 (72.27% from 255 or 27.50% from 669); Blue value is 232 (91.02% from 255 or 34.68% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB8E8 is #024717. Grayscale: #D1D1D1. Windows color (decimal): -149272 or 15251709. OLE color: 15251709.

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

Color convert

RGB 253 184 232 -
CMYK 0 0.27 0.08 0.01
HSL 318.26º 0.95% 0.86% -
HSV(B) 318.26º 0.27% 0.99% -
XYZ 72.21 60.99 84.31 -
YUV 210.1 140.36 158.6 -
System Red Green Blue C M Y K H S L
Decimal 253 184 232 0 0.27 0.08 0.01 318.26 0.95 0.86
Hex FD B8 E8 0 1B 8 1 13E 5F 56
Octal 375 270 350 0 33 10 1 476 137 126
Binary 11111101 10111000 11101000 0 11011 1000 1 100111110 1011111 1010110

Color Harmonies of #FDB8E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB8E8

Black with #FDB8E8

Text Example


Text Example

White with #FDB8E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB8E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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