Html Css Color HEX #FDB1E7 Lavender Rose

📋 copy color: '#FDB1E7'

red 253 ◦ green 177 ◦ blue 231

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

Shades of Lavender Rose #FDB1E7

Tints of Lavender Rose #FDB1E7

RGB

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

 GREEN value IS 177 (69.53% from 255) = 26.78%

 BLUE value IS 231 (90.63% from 255) = 34.95%

R = 38.28%
G = 26.78%
B = 34.95%

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

#FDB1E7 (or 0xFDB1E7) is known color: Lavender Rose. HEX triplet: FD, B1 and E7. RGB value is (253,177,231). Sum of RGB (Red+Green+Blue) = 253+177+231=661 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.28% from 661); Green value is 177 (69.53% from 255 or 26.78% from 661); Blue value is 231 (90.62% from 255 or 34.95% from 661); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDB1E7 is #024E18. Grayscale: #CDCDCD. Windows color (decimal): -151065 or 15184381. OLE color: 15184381.

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

Color convert

RGB 253 177 231 -
CMYK 0 0.30 0.09 0.01
HSL 317.37º 0.95% 0.84% -
HSV(B) 317.37º 0.3% 0.99% -
XYZ 70.65 58.1 83.09 -
YUV 205.88 142.18 161.61 -
System Red Green Blue C M Y K H S L
Decimal 253 177 231 0 0.30 0.09 0.01 317.37 0.95 0.84
Hex FD B1 E7 0 1E 9 1 13D 5F 54
Octal 375 261 347 0 36 11 1 475 137 124
Binary 11111101 10110001 11100111 0 11110 1001 1 100111101 1011111 1010100

Color Harmonies of #FDB1E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB1E7

Black with #FDB1E7

Text Example


Text Example

White with #FDB1E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB1E7; }

 p { color: rgb(253,177,231); }

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

background-color css

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

 a { background-color: rgb(253,177,231); }

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

border-color css

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

 span { border-color: rgb(253,177,231); }

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