Html Css Color HEX #FDA0F2 Lavender Rose

📋 copy color: '#FDA0F2'

red 253 ◦ green 160 ◦ blue 242

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

Shades of Lavender Rose #FDA0F2

Tints of Lavender Rose #FDA0F2

RGB

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

 GREEN value IS 160 (62.89% from 255) = 24.43%

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

R = 38.63%
G = 24.43%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FDA0F2 (or 0xFDA0F2) is known color: Lavender Rose. HEX triplet: FD, A0 and F2. RGB value is (253,160,242). Sum of RGB (Red+Green+Blue) = 253+160+242=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 160 (62.89% from 255 or 24.43% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA0F2 is #025F0D. Grayscale: #C4C4C4. Windows color (decimal): -155406 or 15900925. OLE color: 15900925.

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

Color convert

RGB 253 160 242 -
CMYK 0 0.37 0.04 0.01
HSL 307.1º 0.96% 0.81% -
HSV(B) 307.1º 0.37% 0.99% -
XYZ 69.11 52.44 90.48 -
YUV 197.16 153.31 167.83 -
System Red Green Blue C M Y K H S L
Decimal 253 160 242 0 0.37 0.04 0.01 307.1 0.96 0.81
Hex FD A0 F2 0 25 4 1 133 60 51
Octal 375 240 362 0 45 4 1 463 140 121
Binary 11111101 10100000 11110010 0 100101 100 1 100110011 1100000 1010001

Color Harmonies of #FDA0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA0F2

Black with #FDA0F2

Text Example


Text Example

White with #FDA0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA0F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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