Html Css Color HEX #FFC1A8 Melon

📋 copy color: '#FFC1A8'

red 255 ◦ green 193 ◦ blue 168

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

Shades of Melon #FFC1A8

Tints of Melon #FFC1A8

RGB

 RED value IS 255 (100% from 255) = 41.4%

 GREEN value IS 193 (75.78% from 255) = 31.33%

 BLUE value IS 168 (66.02% from 255) = 27.27%

R = 41.4%
G = 31.33%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#FFC1A8 (or 0xFFC1A8) is known color: Melon. HEX triplet: FF, C1 and A8. RGB value is (255,193,168). Sum of RGB (Red+Green+Blue) = 255+193+168=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 193 (75.78% from 255 or 31.33% from 616); Blue value is 168 (66.02% from 255 or 27.27% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC1A8 is #003E57. Grayscale: #D0D0D0. Windows color (decimal): -15960 or 11059711. OLE color: 11059711.

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

Color convert

RGB 255 193 168 -
CMYK 0 0.24 0.34 0
HSL 17.24º 1% 0.83% -
HSV(B) 17.24º 0.34% 1% -
XYZ 67.38 62.23 45.51 -
YUV 208.69 105.04 161.03 -
System Red Green Blue C M Y K H S L
Decimal 255 193 168 0 0.24 0.34 0 17.24 1 0.83
Hex FF C1 A8 0 18 22 0 11 64 53
Octal 377 301 250 0 30 42 0 21 144 123
Binary 11111111 11000001 10101000 0 11000 100010 0 10001 1100100 1010011

Color Harmonies of #FFC1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC1A8

Black with #FFC1A8

Text Example


Text Example

White with #FFC1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC1A8; }

 p { color: rgb(255,193,168); }

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

background-color css

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

 a { background-color: rgb(255,193,168); }

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

border-color css

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

 span { border-color: rgb(255,193,168); }

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