Html Css Color HEX #F69ECE Carnation Pink

📋 copy color: '#F69ECE'

red 246 ◦ green 158 ◦ blue 206

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

Shades of Carnation Pink #F69ECE

Tints of Carnation Pink #F69ECE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.9%

 BLUE value IS 206 (80.86% from 255) = 33.77%

R = 40.33%
G = 25.9%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F69ECE (or 0xF69ECE) is known color: Carnation Pink. HEX triplet: F6, 9E and CE. RGB value is (246,158,206). Sum of RGB (Red+Green+Blue) = 246+158+206=610 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.33% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 246 - color contains mainly: red. Hex color #F69ECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69ECE is #096131. Grayscale: #BDBDBD. Windows color (decimal): -614706 or 13541110. OLE color: 13541110.

HSL color Cylindrical-coordinate representation of color #F69ECE: hue angle of 327.27º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F69ECE is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 158 206 -
CMYK 0 0.36 0.16 0.04
HSL 327.27º 0.83% 0.79% -
HSV(B) 327.27º 0.36% 0.96% -
XYZ 61.37 48.5 64.52 -
YUV 189.78 137.15 168.1 -
System Red Green Blue C M Y K H S L
Decimal 246 158 206 0 0.36 0.16 0.04 327.27 0.83 0.79
Hex F6 9E CE 0 24 10 4 147 53 4F
Octal 366 236 316 0 44 20 4 507 123 117
Binary 11110110 10011110 11001110 0 100100 10000 100 101000111 1010011 1001111

Color Harmonies of #F69ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69ECE

Black with #F69ECE

Text Example


Text Example

White with #F69ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69ECE; }

 p { color: rgb(246,158,206); }

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

background-color css

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

 a { background-color: rgb(246,158,206); }

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

border-color css

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

 span { border-color: rgb(246,158,206); }

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