Html Css Color HEX #FDA6F3 Lavender Rose

📋 copy color: '#FDA6F3'

red 253 ◦ green 166 ◦ blue 243

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

Shades of Lavender Rose #FDA6F3

Tints of Lavender Rose #FDA6F3

RGB

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

 GREEN value IS 166 (65.23% from 255) = 25.08%

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

R = 38.22%
G = 25.08%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FDA6F3 (or 0xFDA6F3) is known color: Lavender Rose. HEX triplet: FD, A6 and F3. RGB value is (253,166,243). Sum of RGB (Red+Green+Blue) = 253+166+243=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 166 (65.23% from 255 or 25.08% from 662); Blue value is 243 (95.31% from 255 or 36.71% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA6F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA6F3 is #02590C. Grayscale: #C8C8C8. Windows color (decimal): -153869 or 15967997. OLE color: 15967997.

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

Color convert

RGB 253 166 243 -
CMYK 0 0.34 0.04 0.01
HSL 306.9º 0.96% 0.82% -
HSV(B) 306.9º 0.34% 0.99% -
XYZ 70.32 54.63 91.63 -
YUV 200.79 151.82 165.24 -
System Red Green Blue C M Y K H S L
Decimal 253 166 243 0 0.34 0.04 0.01 306.9 0.96 0.82
Hex FD A6 F3 0 22 4 1 133 60 52
Octal 375 246 363 0 42 4 1 463 140 122
Binary 11111101 10100110 11110011 0 100010 100 1 100110011 1100000 1010010

Color Harmonies of #FDA6F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA6F3

Black with #FDA6F3

Text Example


Text Example

White with #FDA6F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA6F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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