Html Css Color HEX #F2C1CA Pink

📋 copy color: '#F2C1CA'

red 242 ◦ green 193 ◦ blue 202

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

Shades of Pink #F2C1CA

Tints of Pink #F2C1CA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.3%

 BLUE value IS 202 (79.3% from 255) = 31.71%

R = 37.99%
G = 30.3%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F2C1CA (or 0xF2C1CA) is known color: Pink. HEX triplet: F2, C1 and CA. RGB value is (242,193,202). Sum of RGB (Red+Green+Blue) = 242+193+202=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 193 (75.78% from 255 or 30.30% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C1CA is #0D3E35. Grayscale: #D0D0D0. Windows color (decimal): -867894 or 13287922. OLE color: 13287922.

HSL color Cylindrical-coordinate representation of color #F2C1CA: hue angle of 348.98º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2C1CA is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 193 202 -
CMYK 0 0.20 0.17 0.05
HSL 348.98º 0.65% 0.85% -
HSV(B) 348.98º 0.2% 0.95% -
XYZ 66.35 61.28 64.21 -
YUV 208.68 124.23 151.77 -
System Red Green Blue C M Y K H S L
Decimal 242 193 202 0 0.20 0.17 0.05 348.98 0.65 0.85
Hex F2 C1 CA 0 14 11 5 15D 41 55
Octal 362 301 312 0 24 21 5 535 101 125
Binary 11110010 11000001 11001010 0 10100 10001 101 101011101 1000001 1010101

Color Harmonies of #F2C1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C1CA

Black with #F2C1CA

Text Example


Text Example

White with #F2C1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C1CA; }

 p { color: rgb(242,193,202); }

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

background-color css

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

 a { background-color: rgb(242,193,202); }

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

border-color css

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

 span { border-color: rgb(242,193,202); }

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