Html Css Color HEX #F699CC Carnation Pink

📋 copy color: '#F699CC'

red 246 ◦ green 153 ◦ blue 204

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

Shades of Carnation Pink #F699CC

Tints of Carnation Pink #F699CC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.37%

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

R = 40.8%
G = 25.37%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F699CC (or 0xF699CC) is known color: Carnation Pink. HEX triplet: F6, 99 and CC. RGB value is (246,153,204). Sum of RGB (Red+Green+Blue) = 246+153+204=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 153 (60.16% from 255 or 25.37% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 246 - color contains mainly: red. Hex color #F699CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F699CC is #096633. Grayscale: #BABABA. Windows color (decimal): -615988 or 13408758. OLE color: 13408758.

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

Color convert

RGB 246 153 204 -
CMYK 0 0.38 0.17 0.04
HSL 327.1º 0.84% 0.78% -
HSV(B) 327.1º 0.38% 0.96% -
XYZ 60.3 46.73 62.97 -
YUV 186.62 137.81 170.35 -
System Red Green Blue C M Y K H S L
Decimal 246 153 204 0 0.38 0.17 0.04 327.1 0.84 0.78
Hex F6 99 CC 0 26 11 4 147 54 4E
Octal 366 231 314 0 46 21 4 507 124 116
Binary 11110110 10011001 11001100 0 100110 10001 100 101000111 1010100 1001110

Color Harmonies of #F699CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F699CC

Black with #F699CC

Text Example


Text Example

White with #F699CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F699CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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