Html Css Color HEX #FFC3C0 Your Pink

📋 copy color: '#FFC3C0'

red 255 ◦ green 195 ◦ blue 192

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

Shades of Your Pink #FFC3C0

Tints of Your Pink #FFC3C0

RGB

 RED value IS 255 (100% from 255) = 39.72%

 GREEN value IS 195 (76.56% from 255) = 30.37%

 BLUE value IS 192 (75.39% from 255) = 29.91%

R = 39.72%
G = 30.37%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FFC3C0 (or 0xFFC3C0) is known color: Your Pink. HEX triplet: FF, C3 and C0. RGB value is (255,195,192). Sum of RGB (Red+Green+Blue) = 255+195+192=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 195 (76.56% from 255 or 30.37% from 642); Blue value is 192 (75.39% from 255 or 29.91% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC3C0 is #003C3F. Grayscale: #D4D4D4. Windows color (decimal): -15424 or 12633087. OLE color: 12633087.

HSL color Cylindrical-coordinate representation of color #FFC3C0: hue angle of 2.86º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFC3C0 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 255 195 192 -
CMYK 0 0.24 0.25 0
HSL 2.86º 1% 0.88% -
HSV(B) 2.86º 0.25% 1% -
XYZ 70.27 64.1 58.54 -
YUV 212.6 116.38 158.24 -
System Red Green Blue C M Y K H S L
Decimal 255 195 192 0 0.24 0.25 0 2.86 1 0.88
Hex FF C3 C0 0 18 19 0 3 64 58
Octal 377 303 300 0 30 31 0 3 144 130
Binary 11111111 11000011 11000000 0 11000 11001 0 11 1100100 1011000

Color Harmonies of #FFC3C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC3C0

Black with #FFC3C0

Text Example


Text Example

White with #FFC3C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC3C0; }

 p { color: rgb(255,195,192); }

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

background-color css

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

 a { background-color: rgb(255,195,192); }

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

border-color css

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

 span { border-color: rgb(255,195,192); }

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