Html Css Color HEX #F8C3CC Pink

📋 copy color: '#F8C3CC'

red 248 ◦ green 195 ◦ blue 204

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

Shades of Pink #F8C3CC

Tints of Pink #F8C3CC

RGB

 RED value IS 248 (97.27% from 255) = 38.33%

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

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

R = 38.33%
G = 30.14%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F8C3CC (or 0xF8C3CC) is known color: Pink. HEX triplet: F8, C3 and CC. RGB value is (248,195,204). Sum of RGB (Red+Green+Blue) = 248+195+204=647 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.33% from 647); Green value is 195 (76.56% from 255 or 30.14% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C3CC is #073C33. Grayscale: #D3D3D3. Windows color (decimal): -474164 or 13419512. OLE color: 13419512.

HSL color Cylindrical-coordinate representation of color #F8C3CC: hue angle of 349.81º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F8C3CC is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 195 204 -
CMYK 0 0.21 0.18 0.03
HSL 349.81º 0.79% 0.87% -
HSV(B) 349.81º 0.21% 0.97% -
XYZ 69.13 63.35 65.71 -
YUV 211.87 123.56 153.77 -
System Red Green Blue C M Y K H S L
Decimal 248 195 204 0 0.21 0.18 0.03 349.81 0.79 0.87
Hex F8 C3 CC 0 15 12 3 15E 4F 57
Octal 370 303 314 0 25 22 3 536 117 127
Binary 11111000 11000011 11001100 0 10101 10010 11 101011110 1001111 1010111

Color Harmonies of #F8C3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C3CC

Black with #F8C3CC

Text Example


Text Example

White with #F8C3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C3CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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