Html Css Color HEX #FD9AF7 Lavender Rose

📋 copy color: '#FD9AF7'

red 253 ◦ green 154 ◦ blue 247

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

Shades of Lavender Rose #FD9AF7

Tints of Lavender Rose #FD9AF7

RGB

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

 GREEN value IS 154 (60.55% from 255) = 23.55%

 BLUE value IS 247 (96.88% from 255) = 37.77%

R = 38.69%
G = 23.55%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FD9AF7 (or 0xFD9AF7) is known color: Lavender Rose. HEX triplet: FD, 9A and F7. RGB value is (253,154,247). Sum of RGB (Red+Green+Blue) = 253+154+247=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 154 (60.55% from 255 or 23.55% from 654); Blue value is 247 (96.88% from 255 or 37.77% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9AF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD9AF7 is #026508. Grayscale: #C1C1C1. Windows color (decimal): -156937 or 16227069. OLE color: 16227069.

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

Color convert

RGB 253 154 247 -
CMYK 0 0.39 0.02 0.01
HSL 303.64º 0.96% 0.8% -
HSV(B) 303.64º 0.39% 0.99% -
XYZ 68.85 50.71 94.15 -
YUV 194.2 157.8 169.94 -
System Red Green Blue C M Y K H S L
Decimal 253 154 247 0 0.39 0.02 0.01 303.64 0.96 0.8
Hex FD 9A F7 0 27 2 1 130 60 50
Octal 375 232 367 0 47 2 1 460 140 120
Binary 11111101 10011010 11110111 0 100111 10 1 100110000 1100000 1010000

Color Harmonies of #FD9AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9AF7

Black with #FD9AF7

Text Example


Text Example

White with #FD9AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9AF7; }

 p { color: rgb(253,154,247); }

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

background-color css

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

 a { background-color: rgb(253,154,247); }

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

border-color css

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

 span { border-color: rgb(253,154,247); }

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