Html Css Color HEX #FDA9F2 Lavender Rose

📋 copy color: '#FDA9F2'

red 253 ◦ green 169 ◦ blue 242

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

Shades of Lavender Rose #FDA9F2

Tints of Lavender Rose #FDA9F2

RGB

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

 GREEN value IS 169 (66.41% from 255) = 25.45%

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

R = 38.1%
G = 25.45%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FDA9F2 (or 0xFDA9F2) is known color: Lavender Rose. HEX triplet: FD, A9 and F2. RGB value is (253,169,242). Sum of RGB (Red+Green+Blue) = 253+169+242=664 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.10% from 664); Green value is 169 (66.41% from 255 or 25.45% from 664); Blue value is 242 (94.92% from 255 or 36.45% from 664); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA9F2 is #02560D. Grayscale: #CACACA. Windows color (decimal): -153102 or 15903229. OLE color: 15903229.

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

Color convert

RGB 253 169 242 -
CMYK 0 0.33 0.04 0.01
HSL 307.86º 0.95% 0.83% -
HSV(B) 307.86º 0.33% 0.99% -
XYZ 70.72 55.67 91.02 -
YUV 202.44 150.33 164.06 -
System Red Green Blue C M Y K H S L
Decimal 253 169 242 0 0.33 0.04 0.01 307.86 0.95 0.83
Hex FD A9 F2 0 21 4 1 134 5F 53
Octal 375 251 362 0 41 4 1 464 137 123
Binary 11111101 10101001 11110010 0 100001 100 1 100110100 1011111 1010011

Color Harmonies of #FDA9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA9F2

Black with #FDA9F2

Text Example


Text Example

White with #FDA9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA9F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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