Html Css Color HEX #FDA2F2 Lavender Rose

📋 copy color: '#FDA2F2'

red 253 ◦ green 162 ◦ blue 242

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

Shades of Lavender Rose #FDA2F2

Tints of Lavender Rose #FDA2F2

RGB

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

 GREEN value IS 162 (63.67% from 255) = 24.66%

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

R = 38.51%
G = 24.66%
B = 36.83%

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

#FDA2F2 (or 0xFDA2F2) is known color: Lavender Rose. HEX triplet: FD, A2 and F2. RGB value is (253,162,242). Sum of RGB (Red+Green+Blue) = 253+162+242=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 162 (63.67% from 255 or 24.66% from 657); Blue value is 242 (94.92% from 255 or 36.83% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA2F2 is #025D0D. Grayscale: #C6C6C6. Windows color (decimal): -154894 or 15901437. OLE color: 15901437.

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

Color convert

RGB 253 162 242 -
CMYK 0 0.36 0.04 0.01
HSL 307.25º 0.96% 0.81% -
HSV(B) 307.25º 0.36% 0.99% -
XYZ 69.46 53.13 90.6 -
YUV 198.33 152.65 167 -
System Red Green Blue C M Y K H S L
Decimal 253 162 242 0 0.36 0.04 0.01 307.25 0.96 0.81
Hex FD A2 F2 0 24 4 1 133 60 51
Octal 375 242 362 0 44 4 1 463 140 121
Binary 11111101 10100010 11110010 0 100100 100 1 100110011 1100000 1010001

Color Harmonies of #FDA2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA2F2

Black with #FDA2F2

Text Example


Text Example

White with #FDA2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA2F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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