Html Css Color HEX #FBCECD Cosmos

📋 copy color: '#FBCECD'

red 251 ◦ green 206 ◦ blue 205

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

Shades of Cosmos #FBCECD

Tints of Cosmos #FBCECD

RGB

 RED value IS 251 (98.44% from 255) = 37.92%

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

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

R = 37.92%
G = 31.12%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FBCECD (or 0xFBCECD) is known color: Cosmos. HEX triplet: FB, CE and CD. RGB value is (251,206,205). Sum of RGB (Red+Green+Blue) = 251+206+205=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 205 (80.47% from 255 or 30.97% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCECD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCECD is #043132. Grayscale: #DBDBDB. Windows color (decimal): -274739 or 13487867. OLE color: 13487867.

HSL color Cylindrical-coordinate representation of color #FBCECD: hue angle of 1.3º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBCECD is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 206 205 -
CMYK 0 0.18 0.18 0.02
HSL 1.3º 0.85% 0.89% -
HSV(B) 1.3º 0.18% 0.98% -
XYZ 72.87 69.06 67.25 -
YUV 219.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 251 206 205 0 0.18 0.18 0.02 1.3 0.85 0.89
Hex FB CE CD 0 12 12 2 1 55 59
Octal 373 316 315 0 22 22 2 1 125 131
Binary 11111011 11001110 11001101 0 10010 10010 10 1 1010101 1011001

Color Harmonies of #FBCECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCECD

Black with #FBCECD

Text Example


Text Example

White with #FBCECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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