Html Css Color HEX #F8A5C0 Carnation Pink

📋 copy color: '#F8A5C0'

red 248 ◦ green 165 ◦ blue 192

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

Shades of Carnation Pink #F8A5C0

Tints of Carnation Pink #F8A5C0

RGB

 RED value IS 248 (97.27% from 255) = 40.99%

 GREEN value IS 165 (64.84% from 255) = 27.27%

 BLUE value IS 192 (75.39% from 255) = 31.74%

R = 40.99%
G = 27.27%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F8A5C0 (or 0xF8A5C0) is known color: Carnation Pink. HEX triplet: F8, A5 and C0. RGB value is (248,165,192). Sum of RGB (Red+Green+Blue) = 248+165+192=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 165 (64.84% from 255 or 27.27% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A5C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A5C0 is #075A3F. Grayscale: #C0C0C0. Windows color (decimal): -481856 or 12625400. OLE color: 12625400.

HSL color Cylindrical-coordinate representation of color #F8A5C0: hue angle of 340.48º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8A5C0 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 165 192 -
CMYK 0 0.33 0.23 0.03
HSL 340.48º 0.86% 0.81% -
HSV(B) 340.48º 0.33% 0.97% -
XYZ 61.68 50.67 56.4 -
YUV 192.9 127.5 167.3 -
System Red Green Blue C M Y K H S L
Decimal 248 165 192 0 0.33 0.23 0.03 340.48 0.86 0.81
Hex F8 A5 C0 0 21 17 3 154 56 51
Octal 370 245 300 0 41 27 3 524 126 121
Binary 11111000 10100101 11000000 0 100001 10111 11 101010100 1010110 1010001

Color Harmonies of #F8A5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A5C0

Black with #F8A5C0

Text Example


Text Example

White with #F8A5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A5C0; }

 p { color: rgb(248,165,192); }

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

background-color css

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

 a { background-color: rgb(248,165,192); }

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

border-color css

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

 span { border-color: rgb(248,165,192); }

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