Html Css Color HEX #FDABFC Lavender Rose

📋 copy color: '#FDABFC'

red 253 ◦ green 171 ◦ blue 252

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

Shades of Lavender Rose #FDABFC

Tints of Lavender Rose #FDABFC

RGB

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

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

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

R = 37.43%
G = 25.3%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FDABFC (or 0xFDABFC) is known color: Lavender Rose. HEX triplet: FD, AB and FC. RGB value is (253,171,252). Sum of RGB (Red+Green+Blue) = 253+171+252=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 171 (67.19% from 255 or 25.30% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDABFC is #025403. Grayscale: #CCCCCC. Windows color (decimal): -152580 or 16559101. OLE color: 16559101.

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

Color convert

RGB 253 171 252 -
CMYK 0 0.32 0.00 0.01
HSL 300.73º 0.95% 0.83% -
HSV(B) 300.73º 0.32% 0.99% -
XYZ 72.64 57.04 99.28 -
YUV 204.75 154.67 162.41 -
System Red Green Blue C M Y K H S L
Decimal 253 171 252 0 0.32 0.00 0.01 300.73 0.95 0.83
Hex FD AB FC 0 20 0 1 12D 5F 53
Octal 375 253 374 0 40 0 1 455 137 123
Binary 11111101 10101011 11111100 0 100000 0 1 100101101 1011111 1010011

Color Harmonies of #FDABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDABFC

Black with #FDABFC

Text Example


Text Example

White with #FDABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDABFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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