Html Css Color HEX #FFC4AF Melon

📋 copy color: '#FFC4AF'

red 255 ◦ green 196 ◦ blue 175

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

Shades of Melon #FFC4AF

Tints of Melon #FFC4AF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.31%

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

R = 40.73%
G = 31.31%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFC4AF (or 0xFFC4AF) is known color: Melon. HEX triplet: FF, C4 and AF. RGB value is (255,196,175). Sum of RGB (Red+Green+Blue) = 255+196+175=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 196 (76.95% from 255 or 31.31% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC4AF is #003B50. Grayscale: #D3D3D3. Windows color (decimal): -15185 or 11519231. OLE color: 11519231.

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

Color convert

RGB 255 196 175 -
CMYK 0 0.23 0.31 0
HSL 15.75º 1% 0.84% -
HSV(B) 15.75º 0.31% 1% -
XYZ 68.72 63.84 49.26 -
YUV 211.25 107.55 159.21 -
System Red Green Blue C M Y K H S L
Decimal 255 196 175 0 0.23 0.31 0 15.75 1 0.84
Hex FF C4 AF 0 17 1F 0 10 64 54
Octal 377 304 257 0 27 37 0 20 144 124
Binary 11111111 11000100 10101111 0 10111 11111 0 10000 1100100 1010100

Color Harmonies of #FFC4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC4AF

Black with #FFC4AF

Text Example


Text Example

White with #FFC4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC4AF; }

 p { color: rgb(255,196,175); }

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

background-color css

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

 a { background-color: rgb(255,196,175); }

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

border-color css

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

 span { border-color: rgb(255,196,175); }

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