Html Css Color HEX #FFC3CE Pink

📋 copy color: '#FFC3CE'

red 255 ◦ green 195 ◦ blue 206

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

Shades of Pink #FFC3CE

Tints of Pink #FFC3CE

RGB

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

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

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

R = 38.87%
G = 29.73%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FFC3CE (or 0xFFC3CE) is known color: Pink. HEX triplet: FF, C3 and CE. RGB value is (255,195,206). Sum of RGB (Red+Green+Blue) = 255+195+206=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 195 (76.56% from 255 or 29.73% from 656); Blue value is 206 (80.86% from 255 or 31.40% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC3CE is #003C31. Grayscale: #D6D6D6. Windows color (decimal): -15410 or 13550591. OLE color: 13550591.

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

Color convert

RGB 255 195 206 -
CMYK 0 0.24 0.19 0
HSL 349º 1% 0.88% -
HSV(B) 349º 0.24% 1% -
XYZ 71.9 64.75 67.1 -
YUV 214.19 123.38 157.11 -
System Red Green Blue C M Y K H S L
Decimal 255 195 206 0 0.24 0.19 0 349 1 0.88
Hex FF C3 CE 0 18 13 0 15D 64 58
Octal 377 303 316 0 30 23 0 535 144 130
Binary 11111111 11000011 11001110 0 11000 10011 0 101011101 1100100 1011000

Color Harmonies of #FFC3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC3CE

Black with #FFC3CE

Text Example


Text Example

White with #FFC3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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