Html Css Color HEX #F8A9CA Carnation Pink

📋 copy color: '#F8A9CA'

red 248 ◦ green 169 ◦ blue 202

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

Shades of Carnation Pink #F8A9CA

Tints of Carnation Pink #F8A9CA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.3%

 BLUE value IS 202 (79.3% from 255) = 32.63%

R = 40.06%
G = 27.3%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F8A9CA (or 0xF8A9CA) is known color: Carnation Pink. HEX triplet: F8, A9 and CA. RGB value is (248,169,202). Sum of RGB (Red+Green+Blue) = 248+169+202=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 169 (66.41% from 255 or 27.30% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A9CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A9CA is #075635. Grayscale: #C4C4C4. Windows color (decimal): -480822 or 13281784. OLE color: 13281784.

HSL color Cylindrical-coordinate representation of color #F8A9CA: hue angle of 334.94º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8A9CA is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 169 202 -
CMYK 0 0.32 0.19 0.03
HSL 334.94º 0.85% 0.82% -
HSV(B) 334.94º 0.32% 0.97% -
XYZ 63.56 52.6 62.68 -
YUV 196.38 131.17 164.82 -
System Red Green Blue C M Y K H S L
Decimal 248 169 202 0 0.32 0.19 0.03 334.94 0.85 0.82
Hex F8 A9 CA 0 20 13 3 14F 55 52
Octal 370 251 312 0 40 23 3 517 125 122
Binary 11111000 10101001 11001010 0 100000 10011 11 101001111 1010101 1010010

Color Harmonies of #F8A9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A9CA

Black with #F8A9CA

Text Example


Text Example

White with #F8A9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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