Html Css Color HEX #F69FCD Carnation Pink

📋 copy color: '#F69FCD'

red 246 ◦ green 159 ◦ blue 205

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

Shades of Carnation Pink #F69FCD

Tints of Carnation Pink #F69FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.07%

 BLUE value IS 205 (80.47% from 255) = 33.61%

R = 40.33%
G = 26.07%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F69FCD (or 0xF69FCD) is known color: Carnation Pink. HEX triplet: F6, 9F and CD. RGB value is (246,159,205). Sum of RGB (Red+Green+Blue) = 246+159+205=610 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.33% from 610); Green value is 159 (62.5% from 255 or 26.07% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 246 - color contains mainly: red. Hex color #F69FCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69FCD is #096032. Grayscale: #BEBEBE. Windows color (decimal): -614451 or 13475830. OLE color: 13475830.

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

Color convert

RGB 246 159 205 -
CMYK 0 0.35 0.17 0.04
HSL 328.28º 0.83% 0.79% -
HSV(B) 328.28º 0.35% 0.96% -
XYZ 61.42 48.8 63.94 -
YUV 190.26 136.32 167.76 -
System Red Green Blue C M Y K H S L
Decimal 246 159 205 0 0.35 0.17 0.04 328.28 0.83 0.79
Hex F6 9F CD 0 23 11 4 148 53 4F
Octal 366 237 315 0 43 21 4 510 123 117
Binary 11110110 10011111 11001101 0 100011 10001 100 101001000 1010011 1001111

Color Harmonies of #F69FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69FCD

Black with #F69FCD

Text Example


Text Example

White with #F69FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69FCD; }

 p { color: rgb(246,159,205); }

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

background-color css

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

 a { background-color: rgb(246,159,205); }

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

border-color css

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

 span { border-color: rgb(246,159,205); }

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