Html Css Color HEX #F3C5CD Pink

📋 copy color: '#F3C5CD'

red 243 ◦ green 197 ◦ blue 205

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

Shades of Pink #F3C5CD

Tints of Pink #F3C5CD

RGB

 RED value IS 243 (95.31% from 255) = 37.67%

 GREEN value IS 197 (77.34% from 255) = 30.54%

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

R = 37.67%
G = 30.54%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F3C5CD (or 0xF3C5CD) is known color: Pink. HEX triplet: F3, C5 and CD. RGB value is (243,197,205). Sum of RGB (Red+Green+Blue) = 243+197+205=645 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.67% from 645); Green value is 197 (77.34% from 255 or 30.54% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C5CD is #0C3A32. Grayscale: #D3D3D3. Windows color (decimal): -801331 or 13485555. OLE color: 13485555.

HSL color Cylindrical-coordinate representation of color #F3C5CD: hue angle of 349.57º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F3C5CD is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 197 205 -
CMYK 0 0.19 0.16 0.05
HSL 349.57º 0.66% 0.86% -
HSV(B) 349.57º 0.19% 0.95% -
XYZ 67.95 63.39 66.41 -
YUV 211.67 124.24 150.35 -
System Red Green Blue C M Y K H S L
Decimal 243 197 205 0 0.19 0.16 0.05 349.57 0.66 0.86
Hex F3 C5 CD 0 13 10 5 15E 42 56
Octal 363 305 315 0 23 20 5 536 102 126
Binary 11110011 11000101 11001101 0 10011 10000 101 101011110 1000010 1010110

Color Harmonies of #F3C5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C5CD

Black with #F3C5CD

Text Example


Text Example

White with #F3C5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C5CD; }

 p { color: rgb(243,197,205); }

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

background-color css

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

 a { background-color: rgb(243,197,205); }

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

border-color css

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

 span { border-color: rgb(243,197,205); }

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