Html Css Color HEX #FDA0FB Lavender Rose

📋 copy color: '#FDA0FB'

red 253 ◦ green 160 ◦ blue 251

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

Shades of Lavender Rose #FDA0FB

Tints of Lavender Rose #FDA0FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.8%

R = 38.1%
G = 24.1%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FDA0FB (or 0xFDA0FB) is known color: Lavender Rose. HEX triplet: FD, A0 and FB. RGB value is (253,160,251). Sum of RGB (Red+Green+Blue) = 253+160+251=664 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.10% from 664); Green value is 160 (62.89% from 255 or 24.10% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA0FB is #025F04. Grayscale: #C5C5C5. Windows color (decimal): -155397 or 16490749. OLE color: 16490749.

HSL color Cylindrical-coordinate representation of color #FDA0FB: hue angle of 301.29º 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 #FDA0FB is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 160 251 -
CMYK 0 0.37 0.01 0.01
HSL 301.29º 0.96% 0.81% -
HSV(B) 301.29º 0.37% 0.99% -
XYZ 70.49 52.99 97.78 -
YUV 198.18 157.81 167.1 -
System Red Green Blue C M Y K H S L
Decimal 253 160 251 0 0.37 0.01 0.01 301.29 0.96 0.81
Hex FD A0 FB 0 25 1 1 12D 60 51
Octal 375 240 373 0 45 1 1 455 140 121
Binary 11111101 10100000 11111011 0 100101 1 1 100101101 1100000 1010001

Color Harmonies of #FDA0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA0FB

Black with #FDA0FB

Text Example


Text Example

White with #FDA0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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