Html Css Color HEX #F3C1CA Pink

📋 copy color: '#F3C1CA'

red 243 ◦ green 193 ◦ blue 202

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

Shades of Pink #F3C1CA

Tints of Pink #F3C1CA

RGB

 RED value IS 243 (95.31% from 255) = 38.09%

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

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

R = 38.09%
G = 30.25%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F3C1CA (or 0xF3C1CA) is known color: Pink. HEX triplet: F3, C1 and CA. RGB value is (243,193,202). Sum of RGB (Red+Green+Blue) = 243+193+202=638 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.09% from 638); Green value is 193 (75.78% from 255 or 30.25% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C1CA is #0C3E35. Grayscale: #D0D0D0. Windows color (decimal): -802358 or 13287923. OLE color: 13287923.

HSL color Cylindrical-coordinate representation of color #F3C1CA: hue angle of 349.2º degrees, saturation: 0.68, 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 #F3C1CA is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 193 202 -
CMYK 0 0.21 0.17 0.05
HSL 349.2º 0.68% 0.85% -
HSV(B) 349.2º 0.21% 0.95% -
XYZ 66.69 61.46 64.22 -
YUV 208.98 124.07 152.27 -
System Red Green Blue C M Y K H S L
Decimal 243 193 202 0 0.21 0.17 0.05 349.2 0.68 0.85
Hex F3 C1 CA 0 15 11 5 15D 44 55
Octal 363 301 312 0 25 21 5 535 104 125
Binary 11110011 11000001 11001010 0 10101 10001 101 101011101 1000100 1010101

Color Harmonies of #F3C1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C1CA

Black with #F3C1CA

Text Example


Text Example

White with #F3C1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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