Html Css Color HEX #F69DCB Carnation Pink

📋 copy color: '#F69DCB'

red 246 ◦ green 157 ◦ blue 203

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

Shades of Carnation Pink #F69DCB

Tints of Carnation Pink #F69DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.5%

R = 40.59%
G = 25.91%
B = 33.5%

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

#F69DCB (or 0xF69DCB) is known color: Carnation Pink. HEX triplet: F6, 9D and CB. RGB value is (246,157,203). Sum of RGB (Red+Green+Blue) = 246+157+203=606 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.59% from 606); Green value is 157 (61.72% from 255 or 25.91% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 246 - color contains mainly: red. Hex color #F69DCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69DCB is #096234. Grayscale: #BCBCBC. Windows color (decimal): -614965 or 13344246. OLE color: 13344246.

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

Color convert

RGB 246 157 203 -
CMYK 0 0.36 0.17 0.04
HSL 328.99º 0.83% 0.79% -
HSV(B) 328.99º 0.36% 0.96% -
XYZ 60.84 48.02 62.56 -
YUV 188.86 135.99 168.76 -
System Red Green Blue C M Y K H S L
Decimal 246 157 203 0 0.36 0.17 0.04 328.99 0.83 0.79
Hex F6 9D CB 0 24 11 4 149 53 4F
Octal 366 235 313 0 44 21 4 511 123 117
Binary 11110110 10011101 11001011 0 100100 10001 100 101001001 1010011 1001111

Color Harmonies of #F69DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69DCB

Black with #F69DCB

Text Example


Text Example

White with #F69DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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