Html Css Color HEX #FDB9EF Lavender Rose

📋 copy color: '#FDB9EF'

red 253 ◦ green 185 ◦ blue 239

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

Shades of Lavender Rose #FDB9EF

Tints of Lavender Rose #FDB9EF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 27.33%

 BLUE value IS 239 (93.75% from 255) = 35.3%

R = 37.37%
G = 27.33%
B = 35.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FDB9EF (or 0xFDB9EF) is known color: Lavender Rose. HEX triplet: FD, B9 and EF. RGB value is (253,185,239). Sum of RGB (Red+Green+Blue) = 253+185+239=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 185 (72.66% from 255 or 27.33% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB9EF is #024610. Grayscale: #D3D3D3. Windows color (decimal): -149009 or 15710717. OLE color: 15710717.

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

Color convert

RGB 253 185 239 -
CMYK 0 0.27 0.06 0.01
HSL 312.35º 0.94% 0.86% -
HSV(B) 312.35º 0.27% 0.99% -
XYZ 73.44 61.81 89.72 -
YUV 211.49 143.53 157.61 -
System Red Green Blue C M Y K H S L
Decimal 253 185 239 0 0.27 0.06 0.01 312.35 0.94 0.86
Hex FD B9 EF 0 1B 6 1 138 5E 56
Octal 375 271 357 0 33 6 1 470 136 126
Binary 11111101 10111001 11101111 0 11011 110 1 100111000 1011110 1010110

Color Harmonies of #FDB9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB9EF

Black with #FDB9EF

Text Example


Text Example

White with #FDB9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB9EF; }

 p { color: rgb(253,185,239); }

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

background-color css

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

 a { background-color: rgb(253,185,239); }

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

border-color css

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

 span { border-color: rgb(253,185,239); }

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