Html Css Color HEX #FFC7CB Pink

📋 copy color: '#FFC7CB'

red 255 ◦ green 199 ◦ blue 203

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

Shades of Pink #FFC7CB

Tints of Pink #FFC7CB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.29%

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

R = 38.81%
G = 30.29%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFC7CB (or 0xFFC7CB) is known color: Pink. HEX triplet: FF, C7 and CB. RGB value is (255,199,203). Sum of RGB (Red+Green+Blue) = 255+199+203=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 199 (78.12% from 255 or 30.29% from 657); Blue value is 203 (79.69% from 255 or 30.90% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC7CB is #003834. Grayscale: #D8D8D8. Windows color (decimal): -14389 or 13355007. OLE color: 13355007.

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

Color convert

RGB 255 199 203 -
CMYK 0 0.22 0.20 0
HSL 355.71º 1% 0.89% -
HSV(B) 355.71º 0.22% 1% -
XYZ 72.44 66.42 65.5 -
YUV 216.2 120.55 155.67 -
System Red Green Blue C M Y K H S L
Decimal 255 199 203 0 0.22 0.20 0 355.71 1 0.89
Hex FF C7 CB 0 16 14 0 164 64 59
Octal 377 307 313 0 26 24 0 544 144 131
Binary 11111111 11000111 11001011 0 10110 10100 0 101100100 1100100 1011001

Color Harmonies of #FFC7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC7CB

Black with #FFC7CB

Text Example


Text Example

White with #FFC7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC7CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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