Html Css Color HEX #F2DAB7 Champagne

📋 copy color: '#F2DAB7'

red 242 ◦ green 218 ◦ blue 183

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

Shades of Champagne #F2DAB7

Tints of Champagne #F2DAB7

RGB

 RED value IS 242 (94.92% from 255) = 37.64%

 GREEN value IS 218 (85.55% from 255) = 33.9%

 BLUE value IS 183 (71.88% from 255) = 28.46%

R = 37.64%
G = 33.9%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F2DAB7 (or 0xF2DAB7) is known color: Champagne. HEX triplet: F2, DA and B7. RGB value is (242,218,183). Sum of RGB (Red+Green+Blue) = 242+218+183=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 183 (71.88% from 255 or 28.46% from 643); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DAB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DAB7 is #0D2548. Grayscale: #DDDDDD. Windows color (decimal): -861513 or 12049138. OLE color: 12049138.

HSL color Cylindrical-coordinate representation of color #F2DAB7: hue angle of 35.59º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2DAB7 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 218 183 -
CMYK 0 0.10 0.24 0.05
HSL 35.59º 0.69% 0.83% -
HSV(B) 35.59º 0.24% 0.95% -
XYZ 70.24 72.44 55.08 -
YUV 221.19 106.45 142.85 -
System Red Green Blue C M Y K H S L
Decimal 242 218 183 0 0.10 0.24 0.05 35.59 0.69 0.83
Hex F2 DA B7 0 A 18 5 24 45 53
Octal 362 332 267 0 12 30 5 44 105 123
Binary 11110010 11011010 10110111 0 1010 11000 101 100100 1000101 1010011

Color Harmonies of #F2DAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DAB7

Black with #F2DAB7

Text Example


Text Example

White with #F2DAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DAB7; }

 p { color: rgb(242,218,183); }

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

background-color css

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

 a { background-color: rgb(242,218,183); }

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

border-color css

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

 span { border-color: rgb(242,218,183); }

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