Html Css Color HEX #F8CECD Cosmos

📋 copy color: '#F8CECD'

red 248 ◦ green 206 ◦ blue 205

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

Shades of Cosmos #F8CECD

Tints of Cosmos #F8CECD

RGB

 RED value IS 248 (97.27% from 255) = 37.63%

 GREEN value IS 206 (80.86% from 255) = 31.26%

 BLUE value IS 205 (80.47% from 255) = 31.11%

R = 37.63%
G = 31.26%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F8CECD (or 0xF8CECD) is known color: Cosmos. HEX triplet: F8, CE and CD. RGB value is (248,206,205). Sum of RGB (Red+Green+Blue) = 248+206+205=659 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.63% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 205 (80.47% from 255 or 31.11% from 659); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CECD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CECD is #073132. Grayscale: #DADADA. Windows color (decimal): -471347 or 13487864. OLE color: 13487864.

HSL color Cylindrical-coordinate representation of color #F8CECD: hue angle of 1.4º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8CECD is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 206 205 -
CMYK 0 0.17 0.17 0.03
HSL 1.4º 0.75% 0.89% -
HSV(B) 1.4º 0.17% 0.97% -
XYZ 71.8 68.51 67.2 -
YUV 218.44 120.41 149.08 -
System Red Green Blue C M Y K H S L
Decimal 248 206 205 0 0.17 0.17 0.03 1.4 0.75 0.89
Hex F8 CE CD 0 11 11 3 1 4B 59
Octal 370 316 315 0 21 21 3 1 113 131
Binary 11111000 11001110 11001101 0 10001 10001 11 1 1001011 1011001

Color Harmonies of #F8CECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CECD

Black with #F8CECD

Text Example


Text Example

White with #F8CECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CECD; }

 p { color: rgb(248,206,205); }

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

background-color css

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

 a { background-color: rgb(248,206,205); }

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

border-color css

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

 span { border-color: rgb(248,206,205); }

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