Html Css Color HEX #FD9AF6 Lavender Rose

📋 copy color: '#FD9AF6'

red 253 ◦ green 154 ◦ blue 246

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

Shades of Lavender Rose #FD9AF6

Tints of Lavender Rose #FD9AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.67%

R = 38.74%
G = 23.58%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FD9AF6 (or 0xFD9AF6) is known color: Lavender Rose. HEX triplet: FD, 9A and F6. RGB value is (253,154,246). Sum of RGB (Red+Green+Blue) = 253+154+246=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 154 (60.55% from 255 or 23.58% from 653); Blue value is 246 (96.48% from 255 or 37.67% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9AF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD9AF6 is #026509. Grayscale: #C1C1C1. Windows color (decimal): -156938 or 16161533. OLE color: 16161533.

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

Color convert

RGB 253 154 246 -
CMYK 0 0.39 0.03 0.01
HSL 304.24º 0.96% 0.8% -
HSV(B) 304.24º 0.39% 0.99% -
XYZ 68.7 50.65 93.34 -
YUV 194.09 157.3 170.02 -
System Red Green Blue C M Y K H S L
Decimal 253 154 246 0 0.39 0.03 0.01 304.24 0.96 0.8
Hex FD 9A F6 0 27 3 1 130 60 50
Octal 375 232 366 0 47 3 1 460 140 120
Binary 11111101 10011010 11110110 0 100111 11 1 100110000 1100000 1010000

Color Harmonies of #FD9AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9AF6

Black with #FD9AF6

Text Example


Text Example

White with #FD9AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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