Html Css Color HEX #F9C3CE Pink

📋 copy color: '#F9C3CE'

red 249 ◦ green 195 ◦ blue 206

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

Shades of Pink #F9C3CE

Tints of Pink #F9C3CE

RGB

 RED value IS 249 (97.66% from 255) = 38.31%

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

 BLUE value IS 206 (80.86% from 255) = 31.69%

R = 38.31%
G = 30%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F9C3CE (or 0xF9C3CE) is known color: Pink. HEX triplet: F9, C3 and CE. RGB value is (249,195,206). Sum of RGB (Red+Green+Blue) = 249+195+206=650 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.31% from 650); Green value is 195 (76.56% from 255 or 30% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C3CE is #063C31. Grayscale: #D4D4D4. Windows color (decimal): -408626 or 13550585. OLE color: 13550585.

HSL color Cylindrical-coordinate representation of color #F9C3CE: hue angle of 347.78º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F9C3CE is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 195 206 -
CMYK 0 0.22 0.17 0.02
HSL 347.78º 0.82% 0.87% -
HSV(B) 347.78º 0.22% 0.98% -
XYZ 69.72 63.63 67 -
YUV 212.4 124.39 154.11 -
System Red Green Blue C M Y K H S L
Decimal 249 195 206 0 0.22 0.17 0.02 347.78 0.82 0.87
Hex F9 C3 CE 0 16 11 2 15C 52 57
Octal 371 303 316 0 26 21 2 534 122 127
Binary 11111001 11000011 11001110 0 10110 10001 10 101011100 1010010 1010111

Color Harmonies of #F9C3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C3CE

Black with #F9C3CE

Text Example


Text Example

White with #F9C3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C3CE; }

 p { color: rgb(249,195,206); }

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

background-color css

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

 a { background-color: rgb(249,195,206); }

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

border-color css

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

 span { border-color: rgb(249,195,206); }

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