Html Css Color HEX #F9DCCA Karry

📋 copy color: '#F9DCCA'

red 249 ◦ green 220 ◦ blue 202

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

Shades of Karry #F9DCCA

Tints of Karry #F9DCCA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.79%

 BLUE value IS 202 (79.3% from 255) = 30.1%

R = 37.11%
G = 32.79%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#F9DCCA (or 0xF9DCCA) is known color: Karry. HEX triplet: F9, DC and CA. RGB value is (249,220,202). Sum of RGB (Red+Green+Blue) = 249+220+202=671 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.11% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 202 (79.30% from 255 or 30.10% from 671); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DCCA is #062335. Grayscale: #E2E2E2. Windows color (decimal): -402230 or 13294841. OLE color: 13294841.

HSL color Cylindrical-coordinate representation of color #F9DCCA: hue angle of 22.98º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F9DCCA is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 220 202 -
CMYK 0 0.12 0.19 0.02
HSL 22.98º 0.8% 0.88% -
HSV(B) 22.98º 0.19% 0.98% -
XYZ 75.32 75.59 66.5 -
YUV 226.62 114.11 143.96 -
System Red Green Blue C M Y K H S L
Decimal 249 220 202 0 0.12 0.19 0.02 22.98 0.8 0.88
Hex F9 DC CA 0 C 13 2 17 50 58
Octal 371 334 312 0 14 23 2 27 120 130
Binary 11111001 11011100 11001010 0 1100 10011 10 10111 1010000 1011000

Color Harmonies of #F9DCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DCCA

Black with #F9DCCA

Text Example


Text Example

White with #F9DCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DCCA; }

 p { color: rgb(249,220,202); }

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

background-color css

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

 a { background-color: rgb(249,220,202); }

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

border-color css

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

 span { border-color: rgb(249,220,202); }

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