Html Css Color HEX #F69DCD Carnation Pink

📋 copy color: '#F69DCD'

red 246 ◦ green 157 ◦ blue 205

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

Shades of Carnation Pink #F69DCD

Tints of Carnation Pink #F69DCD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.82%

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

R = 40.46%
G = 25.82%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F69DCD (or 0xF69DCD) is known color: Carnation Pink. HEX triplet: F6, 9D and CD. RGB value is (246,157,205). Sum of RGB (Red+Green+Blue) = 246+157+205=608 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.46% from 608); Green value is 157 (61.72% from 255 or 25.82% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 246 - color contains mainly: red. Hex color #F69DCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69DCD is #096232. Grayscale: #BCBCBC. Windows color (decimal): -614963 or 13475318. OLE color: 13475318.

HSL color Cylindrical-coordinate representation of color #F69DCD: hue angle of 327.64º 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 #F69DCD is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 157 205 -
CMYK 0 0.36 0.17 0.04
HSL 327.64º 0.83% 0.79% -
HSV(B) 327.64º 0.36% 0.96% -
XYZ 61.08 48.11 63.83 -
YUV 189.08 136.99 168.6 -
System Red Green Blue C M Y K H S L
Decimal 246 157 205 0 0.36 0.17 0.04 327.64 0.83 0.79
Hex F6 9D CD 0 24 11 4 148 53 4F
Octal 366 235 315 0 44 21 4 510 123 117
Binary 11110110 10011101 11001101 0 100100 10001 100 101001000 1010011 1001111

Color Harmonies of #F69DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69DCD

Black with #F69DCD

Text Example


Text Example

White with #F69DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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