Html Css Color HEX #FFC6CE Pink

📋 copy color: '#FFC6CE'

red 255 ◦ green 198 ◦ blue 206

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

Shades of Pink #FFC6CE

Tints of Pink #FFC6CE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.05%

 BLUE value IS 206 (80.86% from 255) = 31.26%

R = 38.69%
G = 30.05%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FFC6CE (or 0xFFC6CE) is known color: Pink. HEX triplet: FF, C6 and CE. RGB value is (255,198,206). Sum of RGB (Red+Green+Blue) = 255+198+206=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 198 (77.73% from 255 or 30.05% from 659); Blue value is 206 (80.86% from 255 or 31.26% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6CE is #003931. Grayscale: #D7D7D7. Windows color (decimal): -14642 or 13551359. OLE color: 13551359.

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

Color convert

RGB 255 198 206 -
CMYK 0 0.22 0.19 0
HSL 351.58º 1% 0.89% -
HSV(B) 351.58º 0.22% 1% -
XYZ 72.57 66.1 67.33 -
YUV 215.96 122.38 155.85 -
System Red Green Blue C M Y K H S L
Decimal 255 198 206 0 0.22 0.19 0 351.58 1 0.89
Hex FF C6 CE 0 16 13 0 160 64 59
Octal 377 306 316 0 26 23 0 540 144 131
Binary 11111111 11000110 11001110 0 10110 10011 0 101100000 1100100 1011001

Color Harmonies of #FFC6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC6CE

Black with #FFC6CE

Text Example


Text Example

White with #FFC6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC6CE; }

 p { color: rgb(255,198,206); }

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

background-color css

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

 a { background-color: rgb(255,198,206); }

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

border-color css

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

 span { border-color: rgb(255,198,206); }

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