Html Css Color HEX #F69CCD Carnation Pink

📋 copy color: '#F69CCD'

red 246 ◦ green 156 ◦ blue 205

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

Shades of Carnation Pink #F69CCD

Tints of Carnation Pink #F69CCD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.7%

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

R = 40.53%
G = 25.7%
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

#F69CCD (or 0xF69CCD) is known color: Carnation Pink. HEX triplet: F6, 9C and CD. RGB value is (246,156,205). Sum of RGB (Red+Green+Blue) = 246+156+205=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 156 (61.33% from 255 or 25.70% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 246 - color contains mainly: red. Hex color #F69CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69CCD is #096332. Grayscale: #BCBCBC. Windows color (decimal): -615219 or 13475062. OLE color: 13475062.

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

Color convert

RGB 246 156 205 -
CMYK 0 0.37 0.17 0.04
HSL 327.33º 0.83% 0.79% -
HSV(B) 327.33º 0.37% 0.96% -
XYZ 60.91 47.78 63.77 -
YUV 188.5 137.32 169.02 -
System Red Green Blue C M Y K H S L
Decimal 246 156 205 0 0.37 0.17 0.04 327.33 0.83 0.79
Hex F6 9C CD 0 25 11 4 147 53 4F
Octal 366 234 315 0 45 21 4 507 123 117
Binary 11110110 10011100 11001101 0 100101 10001 100 101000111 1010011 1001111

Color Harmonies of #F69CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69CCD

Black with #F69CCD

Text Example


Text Example

White with #F69CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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