Html Css Color HEX #FDABFF Lavender Rose

📋 copy color: '#FDABFF'

red 253 ◦ green 171 ◦ blue 255

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

Shades of Lavender Rose #FDABFF

Tints of Lavender Rose #FDABFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.56%

R = 37.26%
G = 25.18%
B = 37.56%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FDABFF (or 0xFDABFF) is known color: Lavender Rose. HEX triplet: FD, AB and FF. RGB value is (253,171,255). Sum of RGB (Red+Green+Blue) = 253+171+255=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 171 (67.19% from 255 or 25.18% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDABFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDABFF is #025400. Grayscale: #CCCCCC. Windows color (decimal): -152577 or 16755709. OLE color: 16755709.

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

Color convert

RGB 253 171 255 -
CMYK 0.01 0.33 0 0
HSL 298.57º 1% 0.84% -
HSV(B) 298.57º 0.33% 1% -
XYZ 73.12 57.23 101.8 -
YUV 205.09 156.17 162.17 -
System Red Green Blue C M Y K H S L
Decimal 253 171 255 0.01 0.33 0 0 298.57 1 0.84
Hex FD AB FF 1 21 0 0 12B 64 54
Octal 375 253 377 1 41 0 0 453 144 124
Binary 11111101 10101011 11111111 1 100001 0 0 100101011 1100100 1010100

Color Harmonies of #FDABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDABFF

Black with #FDABFF

Text Example


Text Example

White with #FDABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDABFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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