Html Css Color HEX #F69BCE Carnation Pink

📋 copy color: '#F69BCE'

red 246 ◦ green 155 ◦ blue 206

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

Shades of Carnation Pink #F69BCE

Tints of Carnation Pink #F69BCE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.54%

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

R = 40.53%
G = 25.54%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F69BCE (or 0xF69BCE) is known color: Carnation Pink. HEX triplet: F6, 9B and CE. RGB value is (246,155,206). Sum of RGB (Red+Green+Blue) = 246+155+206=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 155 (60.94% from 255 or 25.54% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 246 - color contains mainly: red. Hex color #F69BCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69BCE is #096431. Grayscale: #BBBBBB. Windows color (decimal): -615474 or 13540342. OLE color: 13540342.

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

Color convert

RGB 246 155 206 -
CMYK 0 0.37 0.16 0.04
HSL 326.37º 0.83% 0.79% -
HSV(B) 326.37º 0.37% 0.96% -
XYZ 60.87 47.49 64.35 -
YUV 188.02 138.15 169.35 -
System Red Green Blue C M Y K H S L
Decimal 246 155 206 0 0.37 0.16 0.04 326.37 0.83 0.79
Hex F6 9B CE 0 25 10 4 146 53 4F
Octal 366 233 316 0 45 20 4 506 123 117
Binary 11110110 10011011 11001110 0 100101 10000 100 101000110 1010011 1001111

Color Harmonies of #F69BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69BCE

Black with #F69BCE

Text Example


Text Example

White with #F69BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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