Html Css Color HEX #F8D3CF Cosmos

📋 copy color: '#F8D3CF'

red 248 ◦ green 211 ◦ blue 207

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

Shades of Cosmos #F8D3CF

Tints of Cosmos #F8D3CF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.68%

 BLUE value IS 207 (81.25% from 255) = 31.08%

R = 37.24%
G = 31.68%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F8D3CF (or 0xF8D3CF) is known color: Cosmos. HEX triplet: F8, D3 and CF. RGB value is (248,211,207). Sum of RGB (Red+Green+Blue) = 248+211+207=666 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.24% from 666); Green value is 211 (82.81% from 255 or 31.68% from 666); Blue value is 207 (81.25% from 255 or 31.08% from 666); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D3CF is #072C30. Grayscale: #DDDDDD. Windows color (decimal): -470065 or 13620216. OLE color: 13620216.

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

Color convert

RGB 248 211 207 -
CMYK 0 0.15 0.17 0.03
HSL 5.85º 0.75% 0.89% -
HSV(B) 5.85º 0.17% 0.97% -
XYZ 73.27 71.05 68.88 -
YUV 221.61 119.76 146.83 -
System Red Green Blue C M Y K H S L
Decimal 248 211 207 0 0.15 0.17 0.03 5.85 0.75 0.89
Hex F8 D3 CF 0 F 11 3 6 4B 59
Octal 370 323 317 0 17 21 3 6 113 131
Binary 11111000 11010011 11001111 0 1111 10001 11 110 1001011 1011001

Color Harmonies of #F8D3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D3CF

Black with #F8D3CF

Text Example


Text Example

White with #F8D3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D3CF; }

 p { color: rgb(248,211,207); }

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

background-color css

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

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

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

border-color css

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

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

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