Html Css Color HEX #FFC0CA Pink

📋 copy color: '#FFC0CA'

red 255 ◦ green 192 ◦ blue 202

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

Shades of Pink #FFC0CA

Tints of Pink #FFC0CA

RGB

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

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

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

R = 39.29%
G = 29.58%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FFC0CA (or 0xFFC0CA) is known color: Pink. HEX triplet: FF, C0 and CA. RGB value is (255,192,202). Sum of RGB (Red+Green+Blue) = 255+192+202=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 192 (75.39% from 255 or 29.58% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0CA is #003F35. Grayscale: #D4D4D4. Windows color (decimal): -16182 or 13287679. OLE color: 13287679.

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

Color convert

RGB 255 192 202 -
CMYK 0 0.25 0.21 0
HSL 350.48º 1% 0.88% -
HSV(B) 350.48º 0.25% 1% -
XYZ 70.75 63.22 64.35 -
YUV 211.98 122.37 158.69 -
System Red Green Blue C M Y K H S L
Decimal 255 192 202 0 0.25 0.21 0 350.48 1 0.88
Hex FF C0 CA 0 19 15 0 15E 64 58
Octal 377 300 312 0 31 25 0 536 144 130
Binary 11111111 11000000 11001010 0 11001 10101 0 101011110 1100100 1011000

Color Harmonies of #FFC0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC0CA

Black with #FFC0CA

Text Example


Text Example

White with #FFC0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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