Html Css Color HEX #FFC3CD Pink

📋 copy color: '#FFC3CD'

red 255 ◦ green 195 ◦ blue 205

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

Shades of Pink #FFC3CD

Tints of Pink #FFC3CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.3%

R = 38.93%
G = 29.77%
B = 31.3%

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

#FFC3CD (or 0xFFC3CD) is known color: Pink. HEX triplet: FF, C3 and CD. RGB value is (255,195,205). Sum of RGB (Red+Green+Blue) = 255+195+205=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 195 (76.56% from 255 or 29.77% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC3CD is #003C32. Grayscale: #D6D6D6. Windows color (decimal): -15411 or 13485055. OLE color: 13485055.

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

Color convert

RGB 255 195 205 -
CMYK 0 0.24 0.20 0
HSL 350º 1% 0.88% -
HSV(B) 350º 0.24% 1% -
XYZ 71.77 64.7 66.46 -
YUV 214.08 122.88 157.19 -
System Red Green Blue C M Y K H S L
Decimal 255 195 205 0 0.24 0.20 0 350 1 0.88
Hex FF C3 CD 0 18 14 0 15E 64 58
Octal 377 303 315 0 30 24 0 536 144 130
Binary 11111111 11000011 11001101 0 11000 10100 0 101011110 1100100 1011000

Color Harmonies of #FFC3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC3CD

Black with #FFC3CD

Text Example


Text Example

White with #FFC3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC3CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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