Html Css Color HEX #F6ACC9 Carnation Pink

📋 copy color: '#F6ACC9'

red 246 ◦ green 172 ◦ blue 201

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

Shades of Carnation Pink #F6ACC9

Tints of Carnation Pink #F6ACC9

RGB

 RED value IS 246 (96.48% from 255) = 39.74%

 GREEN value IS 172 (67.58% from 255) = 27.79%

 BLUE value IS 201 (78.91% from 255) = 32.47%

R = 39.74%
G = 27.79%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F6ACC9 (or 0xF6ACC9) is known color: Carnation Pink. HEX triplet: F6, AC and C9. RGB value is (246,172,201). Sum of RGB (Red+Green+Blue) = 246+172+201=619 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.74% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 201 (78.91% from 255 or 32.47% from 619); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ACC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ACC9 is #095336. Grayscale: #C5C5C5. Windows color (decimal): -611127 or 13217014. OLE color: 13217014.

HSL color Cylindrical-coordinate representation of color #F6ACC9: hue angle of 336.49º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6ACC9 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 172 201 -
CMYK 0 0.30 0.18 0.04
HSL 336.49º 0.8% 0.82% -
HSV(B) 336.49º 0.3% 0.96% -
XYZ 63.3 53.31 62.21 -
YUV 197.43 130.02 162.64 -
System Red Green Blue C M Y K H S L
Decimal 246 172 201 0 0.30 0.18 0.04 336.49 0.8 0.82
Hex F6 AC C9 0 1E 12 4 150 50 52
Octal 366 254 311 0 36 22 4 520 120 122
Binary 11110110 10101100 11001001 0 11110 10010 100 101010000 1010000 1010010

Color Harmonies of #F6ACC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6ACC9

Black with #F6ACC9

Text Example


Text Example

White with #F6ACC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6ACC9; }

 p { color: rgb(246,172,201); }

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

background-color css

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

 a { background-color: rgb(246,172,201); }

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

border-color css

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

 span { border-color: rgb(246,172,201); }

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