Html Css Color HEX #F1A7C8 Carnation Pink

📋 copy color: '#F1A7C8'

red 241 ◦ green 167 ◦ blue 200

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

Shades of Carnation Pink #F1A7C8

Tints of Carnation Pink #F1A7C8

RGB

 RED value IS 241 (94.53% from 255) = 39.64%

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

 BLUE value IS 200 (78.52% from 255) = 32.89%

R = 39.64%
G = 27.47%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F1A7C8 (or 0xF1A7C8) is known color: Carnation Pink. HEX triplet: F1, A7 and C8. RGB value is (241,167,200). Sum of RGB (Red+Green+Blue) = 241+167+200=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 167 (65.62% from 255 or 27.47% from 608); Blue value is 200 (78.52% from 255 or 32.89% from 608); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A7C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A7C8 is #0E5837. Grayscale: #C0C0C0. Windows color (decimal): -940088 or 13150193. OLE color: 13150193.

HSL color Cylindrical-coordinate representation of color #F1A7C8: hue angle of 333.24º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1A7C8 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 167 200 -
CMYK 0 0.31 0.17 0.05
HSL 333.24º 0.73% 0.8% -
HSV(B) 333.24º 0.31% 0.95% -
XYZ 60.52 50.51 61.2 -
YUV 192.89 132.02 162.32 -
System Red Green Blue C M Y K H S L
Decimal 241 167 200 0 0.31 0.17 0.05 333.24 0.73 0.8
Hex F1 A7 C8 0 1F 11 5 14D 49 50
Octal 361 247 310 0 37 21 5 515 111 120
Binary 11110001 10100111 11001000 0 11111 10001 101 101001101 1001001 1010000

Color Harmonies of #F1A7C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A7C8

Black with #F1A7C8

Text Example


Text Example

White with #F1A7C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A7C8; }

 p { color: rgb(241,167,200); }

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

background-color css

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

 a { background-color: rgb(241,167,200); }

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

border-color css

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

 span { border-color: rgb(241,167,200); }

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