#F8ADCA

Color #F8ADCA Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #F8ADCA

Tints of Carnation Pink #F8ADCA

Color information

#F8ADCA (or 0xF8ADCA) is unknown color: approx Carnation Pink. HEX triplet: F8, AD and CA. RGB value is (248,173,202). Sum of RGB (Red+Green+Blue) = 248+173+202=623 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.81% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ADCA is #075235. Grayscale: #C6C6C6. Windows color (decimal): -479798 or 13282808. OLE color: 13282808.

HSL color Cylindrical-coordinate representation of color #F8ADCA: hue angle of 336.8º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8ADCA is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB248173202-
CMYK00.300.190.03
HSL336.8º84.27%82.55%-
HSV(B)336.8º30.24%97.25%-
XYZ64.3254.1162.93-
YUV198.73129.85163.14-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.81%
GREEN value IS 173 (67.97% from 255) = 27.77%
BLUE value IS 202 (79.30% from 255) = 32.42%
R=39.81%
G=27.77%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817320200.300.190.03336.884.2782.55
HexF8ADCA01E1331515453
Octal370255312036233521124123
Binary111110001010110111001010011110100111110101000110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ADCA; }

 p { color: rgb(248,173,202); }

 H1.HeaderClassName
 {
   color: #F8ADCA;
 }
 .AnyTagClassName
 {
   color: #F8ADCA;
 }
</style>
background-color css

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

 a { background-color: rgb(248,173,202); }

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

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

 span { border-color: rgb(248,173,202); }

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