Html Css Color HEX #F9CBCF Pink

📋 copy color: '#F9CBCF'

red 249 ◦ green 203 ◦ blue 207

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

Shades of Pink #F9CBCF

Tints of Pink #F9CBCF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.8%

 BLUE value IS 207 (81.25% from 255) = 31.41%

R = 37.78%
G = 30.8%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F9CBCF (or 0xF9CBCF) is known color: Pink. HEX triplet: F9, CB and CF. RGB value is (249,203,207). Sum of RGB (Red+Green+Blue) = 249+203+207=659 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.78% from 659); Green value is 203 (79.69% from 255 or 30.80% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CBCF is #063430. Grayscale: #D9D9D9. Windows color (decimal): -406577 or 13618169. OLE color: 13618169.

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

Color convert

RGB 249 203 207 -
CMYK 0 0.18 0.17 0.02
HSL 354.78º 0.79% 0.89% -
HSV(B) 354.78º 0.18% 0.98% -
XYZ 71.69 67.36 68.25 -
YUV 217.21 122.24 150.67 -
System Red Green Blue C M Y K H S L
Decimal 249 203 207 0 0.18 0.17 0.02 354.78 0.79 0.89
Hex F9 CB CF 0 12 11 2 163 4F 59
Octal 371 313 317 0 22 21 2 543 117 131
Binary 11111001 11001011 11001111 0 10010 10001 10 101100011 1001111 1011001

Color Harmonies of #F9CBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CBCF

Black with #F9CBCF

Text Example


Text Example

White with #F9CBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CBCF; }

 p { color: rgb(249,203,207); }

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

background-color css

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

 a { background-color: rgb(249,203,207); }

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

border-color css

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

 span { border-color: rgb(249,203,207); }

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