Html Css Color HEX #F6CDB7 Watusi

📋 copy color: '#F6CDB7'

red 246 ◦ green 205 ◦ blue 183

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

Shades of Watusi #F6CDB7

Tints of Watusi #F6CDB7

RGB

 RED value IS 246 (96.48% from 255) = 38.8%

 GREEN value IS 205 (80.47% from 255) = 32.33%

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

R = 38.8%
G = 32.33%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F6CDB7 (or 0xF6CDB7) is known color: Watusi. HEX triplet: F6, CD and B7. RGB value is (246,205,183). Sum of RGB (Red+Green+Blue) = 246+205+183=634 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.80% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 183 (71.88% from 255 or 28.86% from 634); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CDB7 is #093248. Grayscale: #D6D6D6. Windows color (decimal): -602697 or 12045814. OLE color: 12045814.

HSL color Cylindrical-coordinate representation of color #F6CDB7: hue angle of 20.95º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F6CDB7 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 205 183 -
CMYK 0 0.17 0.26 0.04
HSL 20.95º 0.78% 0.84% -
HSV(B) 20.95º 0.26% 0.96% -
XYZ 68.38 66.67 54.06 -
YUV 214.75 110.08 150.29 -
System Red Green Blue C M Y K H S L
Decimal 246 205 183 0 0.17 0.26 0.04 20.95 0.78 0.84
Hex F6 CD B7 0 11 1A 4 15 4E 54
Octal 366 315 267 0 21 32 4 25 116 124
Binary 11110110 11001101 10110111 0 10001 11010 100 10101 1001110 1010100

Color Harmonies of #F6CDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CDB7

Black with #F6CDB7

Text Example


Text Example

White with #F6CDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CDB7; }

 p { color: rgb(246,205,183); }

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

background-color css

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

 a { background-color: rgb(246,205,183); }

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

border-color css

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

 span { border-color: rgb(246,205,183); }

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