Html Css Color HEX #FFC2CA Pink

📋 copy color: '#FFC2CA'

red 255 ◦ green 194 ◦ blue 202

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

Shades of Pink #FFC2CA

Tints of Pink #FFC2CA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.8%

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

R = 39.17%
G = 29.8%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FFC2CA (or 0xFFC2CA) is known color: Pink. HEX triplet: FF, C2 and CA. RGB value is (255,194,202). Sum of RGB (Red+Green+Blue) = 255+194+202=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 194 (76.17% from 255 or 29.80% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC2CA is #003D35. Grayscale: #D5D5D5. Windows color (decimal): -15670 or 13288191. OLE color: 13288191.

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

Color convert

RGB 255 194 202 -
CMYK 0 0.24 0.21 0
HSL 352.13º 1% 0.88% -
HSV(B) 352.13º 0.24% 1% -
XYZ 71.19 64.11 64.5 -
YUV 213.15 121.71 157.85 -
System Red Green Blue C M Y K H S L
Decimal 255 194 202 0 0.24 0.21 0 352.13 1 0.88
Hex FF C2 CA 0 18 15 0 160 64 58
Octal 377 302 312 0 30 25 0 540 144 130
Binary 11111111 11000010 11001010 0 11000 10101 0 101100000 1100100 1011000

Color Harmonies of #FFC2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC2CA

Black with #FFC2CA

Text Example


Text Example

White with #FFC2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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