Html Css Color HEX #FFCDCD Cosmos

📋 copy color: '#FFCDCD'

red 255 ◦ green 205 ◦ blue 205

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

Shades of Cosmos #FFCDCD

Tints of Cosmos #FFCDCD

RGB

 RED value IS 255 (100% from 255) = 38.35%

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

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

R = 38.35%
G = 30.83%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFCDCD (or 0xFFCDCD) is known color: Cosmos. HEX triplet: FF, CD and CD. RGB value is (255,205,205). Sum of RGB (Red+Green+Blue) = 255+205+205=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 205 (80.47% from 255 or 30.83% from 665); Blue value is 205 (80.47% from 255 or 30.83% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCDCD is #003232. Grayscale: #DCDCDC. Windows color (decimal): -12851 or 13487615. OLE color: 13487615.

HSL color Cylindrical-coordinate representation of color #FFCDCD: hue angle of 0º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCDCD is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 255 205 205 -
CMYK 0 0.20 0.20 0
HSL 1% 0.9% -
HSV(B) 0.2% 1% -
XYZ 74.09 69.33 67.23 -
YUV 219.95 119.57 153 -
System Red Green Blue C M Y K H S L
Decimal 255 205 205 0 0.20 0.20 0 0 1 0.9
Hex FF CD CD 0 14 14 0 0 64 5A
Octal 377 315 315 0 24 24 0 0 144 132
Binary 11111111 11001101 11001101 0 10100 10100 0 0 1100100 1011010

Color Harmonies of #FFCDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCDCD

Black with #FFCDCD

Text Example


Text Example

White with #FFCDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCDCD; }

 p { color: rgb(255,205,205); }

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

background-color css

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

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

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

border-color css

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

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

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