Html Css Color HEX #FDABFE Lavender Rose

📋 copy color: '#FDABFE'

red 253 ◦ green 171 ◦ blue 254

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

Shades of Lavender Rose #FDABFE

Tints of Lavender Rose #FDABFE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 25.22%

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

R = 37.32%
G = 25.22%
B = 37.46%

CMYK

 C value IS 0.00

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FDABFE (or 0xFDABFE) is known color: Lavender Rose. HEX triplet: FD, AB and FE. RGB value is (253,171,254). Sum of RGB (Red+Green+Blue) = 253+171+254=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 171 (67.19% from 255 or 25.22% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDABFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDABFE is #025401. Grayscale: #CCCCCC. Windows color (decimal): -152578 or 16690173. OLE color: 16690173.

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

Color convert

RGB 253 171 254 -
CMYK 0.00 0.33 0 0.00
HSL 299.28º 0.98% 0.83% -
HSV(B) 299.28º 0.33% 1% -
XYZ 72.96 57.16 100.95 -
YUV 204.98 155.67 162.25 -
System Red Green Blue C M Y K H S L
Decimal 253 171 254 0.00 0.33 0 0.00 299.28 0.98 0.83
Hex FD AB FE 0 21 0 0 12B 62 53
Octal 375 253 376 0 41 0 0 453 142 123
Binary 11111101 10101011 11111110 0 100001 0 0 100101011 1100010 1010011

Color Harmonies of #FDABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDABFE

Black with #FDABFE

Text Example


Text Example

White with #FDABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDABFE; }

 p { color: rgb(253,171,254); }

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

background-color css

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

 a { background-color: rgb(253,171,254); }

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

border-color css

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

 span { border-color: rgb(253,171,254); }

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