Html Css Color HEX #FFC0C8 Pink

📋 copy color: '#FFC0C8'

red 255 ◦ green 192 ◦ blue 200

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

Shades of Pink #FFC0C8

Tints of Pink #FFC0C8

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.68%

 BLUE value IS 200 (78.52% from 255) = 30.91%

R = 39.41%
G = 29.68%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FFC0C8 (or 0xFFC0C8) is known color: Pink. HEX triplet: FF, C0 and C8. RGB value is (255,192,200). Sum of RGB (Red+Green+Blue) = 255+192+200=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 192 (75.39% from 255 or 29.68% from 647); Blue value is 200 (78.52% from 255 or 30.91% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0C8 is #003F37. Grayscale: #D3D3D3. Windows color (decimal): -16184 or 13156607. OLE color: 13156607.

HSL color Cylindrical-coordinate representation of color #FFC0C8: hue angle of 352.38º 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 #FFC0C8 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB 255 192 200 -
CMYK 0 0.25 0.22 0
HSL 352.38º 1% 0.88% -
HSV(B) 352.38º 0.25% 1% -
XYZ 70.51 63.13 63.11 -
YUV 211.75 121.37 158.85 -
System Red Green Blue C M Y K H S L
Decimal 255 192 200 0 0.25 0.22 0 352.38 1 0.88
Hex FF C0 C8 0 19 16 0 160 64 58
Octal 377 300 310 0 31 26 0 540 144 130
Binary 11111111 11000000 11001000 0 11001 10110 0 101100000 1100100 1011000

Color Harmonies of #FFC0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC0C8

Black with #FFC0C8

Text Example


Text Example

White with #FFC0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC0C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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