Html Css Color HEX #FDB9F3 Lavender Rose

📋 copy color: '#FDB9F3'

red 253 ◦ green 185 ◦ blue 243

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

Shades of Lavender Rose #FDB9F3

Tints of Lavender Rose #FDB9F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 35.68%

R = 37.15%
G = 27.17%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FDB9F3 (or 0xFDB9F3) is known color: Lavender Rose. HEX triplet: FD, B9 and F3. RGB value is (253,185,243). Sum of RGB (Red+Green+Blue) = 253+185+243=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 185 (72.66% from 255 or 27.17% from 681); Blue value is 243 (95.31% from 255 or 35.68% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB9F3 is #02460C. Grayscale: #D3D3D3. Windows color (decimal): -149005 or 15972861. OLE color: 15972861.

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

Color convert

RGB 253 185 243 -
CMYK 0 0.27 0.04 0.01
HSL 308.82º 0.94% 0.86% -
HSV(B) 308.82º 0.27% 0.99% -
XYZ 74.03 62.05 92.87 -
YUV 211.94 145.53 157.28 -
System Red Green Blue C M Y K H S L
Decimal 253 185 243 0 0.27 0.04 0.01 308.82 0.94 0.86
Hex FD B9 F3 0 1B 4 1 135 5E 56
Octal 375 271 363 0 33 4 1 465 136 126
Binary 11111101 10111001 11110011 0 11011 100 1 100110101 1011110 1010110

Color Harmonies of #FDB9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB9F3

Black with #FDB9F3

Text Example


Text Example

White with #FDB9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB9F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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