Html Css Color HEX #FDABF2 Lavender Rose

📋 copy color: '#FDABF2'

red 253 ◦ green 171 ◦ blue 242

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

Shades of Lavender Rose #FDABF2

Tints of Lavender Rose #FDABF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.34%

R = 37.99%
G = 25.68%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FDABF2 (or 0xFDABF2) is known color: Lavender Rose. HEX triplet: FD, AB and F2. RGB value is (253,171,242). Sum of RGB (Red+Green+Blue) = 253+171+242=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 171 (67.19% from 255 or 25.68% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDABF2 is #02540D. Grayscale: #CBCBCB. Windows color (decimal): -152590 or 15903741. OLE color: 15903741.

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

Color convert

RGB 253 171 242 -
CMYK 0 0.32 0.04 0.01
HSL 308.05º 0.95% 0.83% -
HSV(B) 308.05º 0.32% 0.99% -
XYZ 71.1 56.42 91.15 -
YUV 203.61 149.67 163.23 -
System Red Green Blue C M Y K H S L
Decimal 253 171 242 0 0.32 0.04 0.01 308.05 0.95 0.83
Hex FD AB F2 0 20 4 1 134 5F 53
Octal 375 253 362 0 40 4 1 464 137 123
Binary 11111101 10101011 11110010 0 100000 100 1 100110100 1011111 1010011

Color Harmonies of #FDABF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDABF2

Black with #FDABF2

Text Example


Text Example

White with #FDABF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDABF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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