Html Css Color HEX #F3C3CC Pink

📋 copy color: '#F3C3CC'

red 243 ◦ green 195 ◦ blue 204

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

Shades of Pink #F3C3CC

Tints of Pink #F3C3CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.78%

R = 37.85%
G = 30.37%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F3C3CC (or 0xF3C3CC) is known color: Pink. HEX triplet: F3, C3 and CC. RGB value is (243,195,204). Sum of RGB (Red+Green+Blue) = 243+195+204=642 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.85% from 642); Green value is 195 (76.56% from 255 or 30.37% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C3CC is #0C3C33. Grayscale: #D2D2D2. Windows color (decimal): -801844 or 13419507. OLE color: 13419507.

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

Color convert

RGB 243 195 204 -
CMYK 0 0.20 0.16 0.05
HSL 348.75º 0.67% 0.86% -
HSV(B) 348.75º 0.2% 0.95% -
XYZ 67.38 62.44 65.63 -
YUV 210.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 243 195 204 0 0.20 0.16 0.05 348.75 0.67 0.86
Hex F3 C3 CC 0 14 10 5 15D 43 56
Octal 363 303 314 0 24 20 5 535 103 126
Binary 11110011 11000011 11001100 0 10100 10000 101 101011101 1000011 1010110

Color Harmonies of #F3C3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C3CC

Black with #F3C3CC

Text Example


Text Example

White with #F3C3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C3CC; }

 p { color: rgb(243,195,204); }

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

background-color css

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

 a { background-color: rgb(243,195,204); }

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

border-color css

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

 span { border-color: rgb(243,195,204); }

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