Html Css Color HEX #FFC3CB Pink

📋 copy color: '#FFC3CB'

red 255 ◦ green 195 ◦ blue 203

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

Shades of Pink #FFC3CB

Tints of Pink #FFC3CB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.86%

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

R = 39.05%
G = 29.86%
B = 31.09%

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

#FFC3CB (or 0xFFC3CB) is known color: Pink. HEX triplet: FF, C3 and CB. RGB value is (255,195,203). Sum of RGB (Red+Green+Blue) = 255+195+203=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 195 (76.56% from 255 or 29.86% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC3CB is #003C34. Grayscale: #D5D5D5. Windows color (decimal): -15413 or 13353983. OLE color: 13353983.

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

Color convert

RGB 255 195 203 -
CMYK 0 0.24 0.20 0
HSL 352º 1% 0.88% -
HSV(B) 352º 0.24% 1% -
XYZ 71.53 64.6 65.2 -
YUV 213.85 121.88 157.35 -
System Red Green Blue C M Y K H S L
Decimal 255 195 203 0 0.24 0.20 0 352 1 0.88
Hex FF C3 CB 0 18 14 0 160 64 58
Octal 377 303 313 0 30 24 0 540 144 130
Binary 11111111 11000011 11001011 0 11000 10100 0 101100000 1100100 1011000

Color Harmonies of #FFC3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC3CB

Black with #FFC3CB

Text Example


Text Example

White with #FFC3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC3CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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