Html Css Color HEX #FDA0FC Lavender Rose

📋 copy color: '#FDA0FC'

red 253 ◦ green 160 ◦ blue 252

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

Shades of Lavender Rose #FDA0FC

Tints of Lavender Rose #FDA0FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.89%

R = 38.05%
G = 24.06%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FDA0FC (or 0xFDA0FC) is known color: Lavender Rose. HEX triplet: FD, A0 and FC. RGB value is (253,160,252). Sum of RGB (Red+Green+Blue) = 253+160+252=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 160 (62.89% from 255 or 24.06% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA0FC is #025F03. Grayscale: #C6C6C6. Windows color (decimal): -155396 or 16556285. OLE color: 16556285.

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

Color convert

RGB 253 160 252 -
CMYK 0 0.37 0.00 0.01
HSL 300.65º 0.96% 0.81% -
HSV(B) 300.65º 0.37% 0.99% -
XYZ 70.65 53.05 98.61 -
YUV 198.3 158.31 167.02 -
System Red Green Blue C M Y K H S L
Decimal 253 160 252 0 0.37 0.00 0.01 300.65 0.96 0.81
Hex FD A0 FC 0 25 0 1 12D 60 51
Octal 375 240 374 0 45 0 1 455 140 121
Binary 11111101 10100000 11111100 0 100101 0 1 100101101 1100000 1010001

Color Harmonies of #FDA0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA0FC

Black with #FDA0FC

Text Example


Text Example

White with #FDA0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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