Html Css Color HEX #F1D2AF Pink Lady

📋 copy color: '#F1D2AF'

red 241 ◦ green 210 ◦ blue 175

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

Shades of Pink Lady #F1D2AF

Tints of Pink Lady #F1D2AF

RGB

 RED value IS 241 (94.53% from 255) = 38.5%

 GREEN value IS 210 (82.42% from 255) = 33.55%

 BLUE value IS 175 (68.75% from 255) = 27.96%

R = 38.5%
G = 33.55%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F1D2AF (or 0xF1D2AF) is known color: Pink Lady. HEX triplet: F1, D2 and AF. RGB value is (241,210,175). Sum of RGB (Red+Green+Blue) = 241+210+175=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 210 (82.42% from 255 or 33.55% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D2AF is #0E2D50. Grayscale: #D7D7D7. Windows color (decimal): -929105 or 11522801. OLE color: 11522801.

HSL color Cylindrical-coordinate representation of color #F1D2AF: hue angle of 31.82º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1D2AF is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 210 175 -
CMYK 0 0.13 0.27 0.05
HSL 31.82º 0.7% 0.82% -
HSV(B) 31.82º 0.27% 0.95% -
XYZ 67.06 67.89 50.13 -
YUV 215.28 105.27 146.35 -
System Red Green Blue C M Y K H S L
Decimal 241 210 175 0 0.13 0.27 0.05 31.82 0.7 0.82
Hex F1 D2 AF 0 D 1B 5 20 46 52
Octal 361 322 257 0 15 33 5 40 106 122
Binary 11110001 11010010 10101111 0 1101 11011 101 100000 1000110 1010010

Color Harmonies of #F1D2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D2AF

Black with #F1D2AF

Text Example


Text Example

White with #F1D2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D2AF; }

 p { color: rgb(241,210,175); }

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

background-color css

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

 a { background-color: rgb(241,210,175); }

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

border-color css

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

 span { border-color: rgb(241,210,175); }

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