Html Css Color HEX #F2C6BF Your Pink

📋 copy color: '#F2C6BF'

red 242 ◦ green 198 ◦ blue 191

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

Shades of Your Pink #F2C6BF

Tints of Your Pink #F2C6BF

RGB

 RED value IS 242 (94.92% from 255) = 38.35%

 GREEN value IS 198 (77.73% from 255) = 31.38%

 BLUE value IS 191 (75% from 255) = 30.27%

R = 38.35%
G = 31.38%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F2C6BF (or 0xF2C6BF) is known color: Your Pink. HEX triplet: F2, C6 and BF. RGB value is (242,198,191). Sum of RGB (Red+Green+Blue) = 242+198+191=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 198 (77.73% from 255 or 31.38% from 631); Blue value is 191 (75% from 255 or 30.27% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C6BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C6BF is #0D3940. Grayscale: #D2D2D2. Windows color (decimal): -866625 or 12568306. OLE color: 12568306.

HSL color Cylindrical-coordinate representation of color #F2C6BF: hue angle of 8.24º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2C6BF is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 198 191 -
CMYK 0 0.18 0.21 0.05
HSL 8.24º 0.66% 0.85% -
HSV(B) 8.24º 0.21% 0.95% -
XYZ 66.22 63.03 57.97 -
YUV 210.36 117.08 150.57 -
System Red Green Blue C M Y K H S L
Decimal 242 198 191 0 0.18 0.21 0.05 8.24 0.66 0.85
Hex F2 C6 BF 0 12 15 5 8 42 55
Octal 362 306 277 0 22 25 5 10 102 125
Binary 11110010 11000110 10111111 0 10010 10101 101 1000 1000010 1010101

Color Harmonies of #F2C6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C6BF

Black with #F2C6BF

Text Example


Text Example

White with #F2C6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C6BF; }

 p { color: rgb(242,198,191); }

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

background-color css

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

 a { background-color: rgb(242,198,191); }

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

border-color css

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

 span { border-color: rgb(242,198,191); }

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