Html Css Color HEX #FDCDEA Classic Rose

📋 copy color: '#FDCDEA'

red 253 ◦ green 205 ◦ blue 234

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

Shades of Classic Rose #FDCDEA

Tints of Classic Rose #FDCDEA

RGB

 RED value IS 253 (99.22% from 255) = 36.56%

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

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

R = 36.56%
G = 29.62%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDCDEA (or 0xFDCDEA) is known color: Classic Rose. HEX triplet: FD, CD and EA. RGB value is (253,205,234). Sum of RGB (Red+Green+Blue) = 253+205+234=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 205 (80.47% from 255 or 29.62% from 692); Blue value is 234 (91.80% from 255 or 33.82% from 692); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCDEA is #023215. Grayscale: #DEDEDE. Windows color (decimal): -143894 or 15388157. OLE color: 15388157.

HSL color Cylindrical-coordinate representation of color #FDCDEA: hue angle of 323.75º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDCDEA is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 205 234 -
CMYK 0 0.19 0.08 0.01
HSL 323.75º 0.92% 0.9% -
HSV(B) 323.75º 0.19% 0.99% -
XYZ 77.19 70.49 87.38 -
YUV 222.66 134.4 149.64 -
System Red Green Blue C M Y K H S L
Decimal 253 205 234 0 0.19 0.08 0.01 323.75 0.92 0.9
Hex FD CD EA 0 13 8 1 144 5C 5A
Octal 375 315 352 0 23 10 1 504 134 132
Binary 11111101 11001101 11101010 0 10011 1000 1 101000100 1011100 1011010

Color Harmonies of #FDCDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCDEA

Black with #FDCDEA

Text Example


Text Example

White with #FDCDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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