Html Css Color HEX #FFCDEA Classic Rose

📋 copy color: '#FFCDEA'

red 255 ◦ green 205 ◦ blue 234

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

Shades of Classic Rose #FFCDEA

Tints of Classic Rose #FFCDEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 33.72%

R = 36.74%
G = 29.54%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FFCDEA (or 0xFFCDEA) is known color: Classic Rose. HEX triplet: FF, CD and EA. RGB value is (255,205,234). Sum of RGB (Red+Green+Blue) = 255+205+234=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 205 (80.47% from 255 or 29.54% from 694); Blue value is 234 (91.80% from 255 or 33.72% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCDEA is #003215. Grayscale: #DFDFDF. Windows color (decimal): -12822 or 15388159. OLE color: 15388159.

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

Color convert

RGB 255 205 234 -
CMYK 0 0.20 0.08 0
HSL 325.2º 1% 0.9% -
HSV(B) 325.2º 0.2% 1% -
XYZ 77.92 70.86 87.41 -
YUV 223.26 134.07 150.64 -
System Red Green Blue C M Y K H S L
Decimal 255 205 234 0 0.20 0.08 0 325.2 1 0.9
Hex FF CD EA 0 14 8 0 145 64 5A
Octal 377 315 352 0 24 10 0 505 144 132
Binary 11111111 11001101 11101010 0 10100 1000 0 101000101 1100100 1011010

Color Harmonies of #FFCDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCDEA

Black with #FFCDEA

Text Example


Text Example

White with #FFCDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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