Html Css Color HEX #F8A7CB Carnation Pink

📋 copy color: '#F8A7CB'

red 248 ◦ green 167 ◦ blue 203

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

Shades of Carnation Pink #F8A7CB

Tints of Carnation Pink #F8A7CB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.02%

 BLUE value IS 203 (79.69% from 255) = 32.85%

R = 40.13%
G = 27.02%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F8A7CB (or 0xF8A7CB) is known color: Carnation Pink. HEX triplet: F8, A7 and CB. RGB value is (248,167,203). Sum of RGB (Red+Green+Blue) = 248+167+203=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 167 (65.62% from 255 or 27.02% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A7CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A7CB is #075834. Grayscale: #C3C3C3. Windows color (decimal): -481333 or 13346808. OLE color: 13346808.

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

Color convert

RGB 248 167 203 -
CMYK 0 0.33 0.18 0.03
HSL 333.33º 0.85% 0.81% -
HSV(B) 333.33º 0.33% 0.97% -
XYZ 63.31 51.91 63.18 -
YUV 195.32 132.34 165.57 -
System Red Green Blue C M Y K H S L
Decimal 248 167 203 0 0.33 0.18 0.03 333.33 0.85 0.81
Hex F8 A7 CB 0 21 12 3 14D 55 51
Octal 370 247 313 0 41 22 3 515 125 121
Binary 11111000 10100111 11001011 0 100001 10010 11 101001101 1010101 1010001

Color Harmonies of #F8A7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A7CB

Black with #F8A7CB

Text Example


Text Example

White with #F8A7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A7CB; }

 p { color: rgb(248,167,203); }

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

background-color css

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

 a { background-color: rgb(248,167,203); }

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

border-color css

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

 span { border-color: rgb(248,167,203); }

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