Html Css Color HEX #FD9DF2 Lavender Rose

📋 copy color: '#FD9DF2'

red 253 ◦ green 157 ◦ blue 242

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

Shades of Lavender Rose #FD9DF2

Tints of Lavender Rose #FD9DF2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 24.08%

 BLUE value IS 242 (94.92% from 255) = 37.12%

R = 38.8%
G = 24.08%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FD9DF2 (or 0xFD9DF2) is known color: Lavender Rose. HEX triplet: FD, 9D and F2. RGB value is (253,157,242). Sum of RGB (Red+Green+Blue) = 253+157+242=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 157 (61.72% from 255 or 24.08% from 652); Blue value is 242 (94.92% from 255 or 37.12% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9DF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD9DF2 is #02620D. Grayscale: #C3C3C3. Windows color (decimal): -156174 or 15900157. OLE color: 15900157.

HSL color Cylindrical-coordinate representation of color #FD9DF2: hue angle of 306.88º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FD9DF2 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 157 242 -
CMYK 0 0.38 0.04 0.01
HSL 306.88º 0.96% 0.8% -
HSV(B) 306.88º 0.38% 0.99% -
XYZ 68.59 51.41 90.31 -
YUV 195.39 154.3 169.09 -
System Red Green Blue C M Y K H S L
Decimal 253 157 242 0 0.38 0.04 0.01 306.88 0.96 0.8
Hex FD 9D F2 0 26 4 1 133 60 50
Octal 375 235 362 0 46 4 1 463 140 120
Binary 11111101 10011101 11110010 0 100110 100 1 100110011 1100000 1010000

Color Harmonies of #FD9DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9DF2

Black with #FD9DF2

Text Example


Text Example

White with #FD9DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9DF2; }

 p { color: rgb(253,157,242); }

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

background-color css

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

 a { background-color: rgb(253,157,242); }

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

border-color css

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

 span { border-color: rgb(253,157,242); }

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