Html Css Color HEX #FDA3F2 Lavender Rose

📋 copy color: '#FDA3F2'

red 253 ◦ green 163 ◦ blue 242

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

Shades of Lavender Rose #FDA3F2

Tints of Lavender Rose #FDA3F2

RGB

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

 GREEN value IS 163 (64.06% from 255) = 24.77%

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

R = 38.45%
G = 24.77%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FDA3F2 (or 0xFDA3F2) is known color: Lavender Rose. HEX triplet: FD, A3 and F2. RGB value is (253,163,242). Sum of RGB (Red+Green+Blue) = 253+163+242=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 163 (64.06% from 255 or 24.77% from 658); Blue value is 242 (94.92% from 255 or 36.78% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA3F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA3F2 is #025C0D. Grayscale: #C6C6C6. Windows color (decimal): -154638 or 15901693. OLE color: 15901693.

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

Color convert

RGB 253 163 242 -
CMYK 0 0.36 0.04 0.01
HSL 307.33º 0.96% 0.82% -
HSV(B) 307.33º 0.36% 0.99% -
XYZ 69.63 53.49 90.66 -
YUV 198.92 152.32 166.58 -
System Red Green Blue C M Y K H S L
Decimal 253 163 242 0 0.36 0.04 0.01 307.33 0.96 0.82
Hex FD A3 F2 0 24 4 1 133 60 52
Octal 375 243 362 0 44 4 1 463 140 122
Binary 11111101 10100011 11110010 0 100100 100 1 100110011 1100000 1010010

Color Harmonies of #FDA3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA3F2

Black with #FDA3F2

Text Example


Text Example

White with #FDA3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA3F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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