Html Css Color HEX #F8CECE Cosmos

📋 copy color: '#F8CECE'

red 248 ◦ green 206 ◦ blue 206

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

Shades of Cosmos #F8CECE

Tints of Cosmos #F8CECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.21%

R = 37.58%
G = 31.21%
B = 31.21%

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

#F8CECE (or 0xF8CECE) is known color: Cosmos. HEX triplet: F8, CE and CE. RGB value is (248,206,206). Sum of RGB (Red+Green+Blue) = 248+206+206=660 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.58% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 206 (80.86% from 255 or 31.21% from 660); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CECE is #073131. Grayscale: #DADADA. Windows color (decimal): -471346 or 13553400. OLE color: 13553400.

HSL color Cylindrical-coordinate representation of color #F8CECE: hue angle of 0º 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 #F8CECE is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 206 206 -
CMYK 0 0.17 0.17 0.03
HSL 0.75% 0.89% -
HSV(B) 0.17% 0.97% -
XYZ 71.92 68.56 67.83 -
YUV 218.56 120.91 149 -
System Red Green Blue C M Y K H S L
Decimal 248 206 206 0 0.17 0.17 0.03 0 0.75 0.89
Hex F8 CE CE 0 11 11 3 0 4B 59
Octal 370 316 316 0 21 21 3 0 113 131
Binary 11111000 11001110 11001110 0 10001 10001 11 0 1001011 1011001

Color Harmonies of #F8CECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CECE

Black with #F8CECE

Text Example


Text Example

White with #F8CECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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