Html Css Color HEX #F69ACC Carnation Pink

📋 copy color: '#F69ACC'

red 246 ◦ green 154 ◦ blue 204

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

Shades of Carnation Pink #F69ACC

Tints of Carnation Pink #F69ACC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.5%

 BLUE value IS 204 (80.08% from 255) = 33.77%

R = 40.73%
G = 25.5%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F69ACC (or 0xF69ACC) is known color: Carnation Pink. HEX triplet: F6, 9A and CC. RGB value is (246,154,204). Sum of RGB (Red+Green+Blue) = 246+154+204=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 154 (60.55% from 255 or 25.50% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 246 - color contains mainly: red. Hex color #F69ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69ACC is #096533. Grayscale: #BBBBBB. Windows color (decimal): -615732 or 13409014. OLE color: 13409014.

HSL color Cylindrical-coordinate representation of color #F69ACC: hue angle of 327.39º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F69ACC is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 154 204 -
CMYK 0 0.37 0.17 0.04
HSL 327.39º 0.84% 0.78% -
HSV(B) 327.39º 0.37% 0.96% -
XYZ 60.46 47.06 63.02 -
YUV 187.21 137.48 169.93 -
System Red Green Blue C M Y K H S L
Decimal 246 154 204 0 0.37 0.17 0.04 327.39 0.84 0.78
Hex F6 9A CC 0 25 11 4 147 54 4E
Octal 366 232 314 0 45 21 4 507 124 116
Binary 11110110 10011010 11001100 0 100101 10001 100 101000111 1010100 1001110

Color Harmonies of #F69ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69ACC

Black with #F69ACC

Text Example


Text Example

White with #F69ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69ACC; }

 p { color: rgb(246,154,204); }

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

background-color css

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

 a { background-color: rgb(246,154,204); }

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

border-color css

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

 span { border-color: rgb(246,154,204); }

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