Html Css Color HEX #FFADFE Lavender Rose

📋 copy color: '#FFADFE'

red 255 ◦ green 173 ◦ blue 254

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

Shades of Lavender Rose #FFADFE

Tints of Lavender Rose #FFADFE

RGB

 RED value IS 255 (100% from 255) = 37.39%

 GREEN value IS 173 (67.97% from 255) = 25.37%

 BLUE value IS 254 (99.61% from 255) = 37.24%

R = 37.39%
G = 25.37%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#FFADFE (or 0xFFADFE) is known color: Lavender Rose. HEX triplet: FF, AD and FE. RGB value is (255,173,254). Sum of RGB (Red+Green+Blue) = 255+173+254=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 173 (67.97% from 255 or 25.37% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFADFE is #005201. Grayscale: #CECECE. Windows color (decimal): -20994 or 16690687. OLE color: 16690687.

HSL color Cylindrical-coordinate representation of color #FFADFE: hue angle of 300.73º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFADFE is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.

Color convert

RGB 255 173 254 -
CMYK 0 0.32 0.00 0
HSL 300.73º 1% 0.84% -
HSV(B) 300.73º 0.32% 1% -
XYZ 74.07 58.3 101.12 -
YUV 206.75 154.67 162.41 -
System Red Green Blue C M Y K H S L
Decimal 255 173 254 0 0.32 0.00 0 300.73 1 0.84
Hex FF AD FE 0 20 0 0 12D 64 54
Octal 377 255 376 0 40 0 0 455 144 124
Binary 11111111 10101101 11111110 0 100000 0 0 100101101 1100100 1010100

Color Harmonies of #FFADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFADFE

Black with #FFADFE

Text Example


Text Example

White with #FFADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFADFE; }

 p { color: rgb(255,173,254); }

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

background-color css

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

 a { background-color: rgb(255,173,254); }

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

border-color css

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

 span { border-color: rgb(255,173,254); }

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