Html Css Color HEX #FFC1CA Pink

📋 copy color: '#FFC1CA'

red 255 ◦ green 193 ◦ blue 202

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

Shades of Pink #FFC1CA

Tints of Pink #FFC1CA

RGB

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

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

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

R = 39.23%
G = 29.69%
B = 31.08%

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

#FFC1CA (or 0xFFC1CA) is known color: Pink. HEX triplet: FF, C1 and CA. RGB value is (255,193,202). Sum of RGB (Red+Green+Blue) = 255+193+202=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 193 (75.78% from 255 or 29.69% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1CA is #003E35. Grayscale: #D4D4D4. Windows color (decimal): -15926 or 13287935. OLE color: 13287935.

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

Color convert

RGB 255 193 202 -
CMYK 0 0.24 0.21 0
HSL 351.29º 1% 0.88% -
HSV(B) 351.29º 0.24% 1% -
XYZ 70.97 63.66 64.42 -
YUV 212.56 122.04 158.27 -
System Red Green Blue C M Y K H S L
Decimal 255 193 202 0 0.24 0.21 0 351.29 1 0.88
Hex FF C1 CA 0 18 15 0 15F 64 58
Octal 377 301 312 0 30 25 0 537 144 130
Binary 11111111 11000001 11001010 0 11000 10101 0 101011111 1100100 1011000

Color Harmonies of #FFC1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC1CA

Black with #FFC1CA

Text Example


Text Example

White with #FFC1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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