Html Css Color HEX #FFC1CB Pink

📋 copy color: '#FFC1CB'

red 255 ◦ green 193 ◦ blue 203

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

Shades of Pink #FFC1CB

Tints of Pink #FFC1CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.18%

R = 39.17%
G = 29.65%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFC1CB (or 0xFFC1CB) is known color: Pink. HEX triplet: FF, C1 and CB. RGB value is (255,193,203). Sum of RGB (Red+Green+Blue) = 255+193+203=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 193 (75.78% from 255 or 29.65% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1CB is #003E34. Grayscale: #D4D4D4. Windows color (decimal): -15925 or 13353471. OLE color: 13353471.

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

Color convert

RGB 255 193 203 -
CMYK 0 0.24 0.20 0
HSL 350.32º 1% 0.88% -
HSV(B) 350.32º 0.24% 1% -
XYZ 71.09 63.71 65.05 -
YUV 212.68 122.54 158.19 -
System Red Green Blue C M Y K H S L
Decimal 255 193 203 0 0.24 0.20 0 350.32 1 0.88
Hex FF C1 CB 0 18 14 0 15E 64 58
Octal 377 301 313 0 30 24 0 536 144 130
Binary 11111111 11000001 11001011 0 11000 10100 0 101011110 1100100 1011000

Color Harmonies of #FFC1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC1CB

Black with #FFC1CB

Text Example


Text Example

White with #FFC1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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